Login
Project: virtualenv_wrapper
Login

Description

environmental wrapper for python virtual environments

Setup

My typical setup is to simply add the following to the bottom of ~/.bashrc:

for F in ~/.myenv*local ; do test -f ${F} && source ${F} ; done

This document is written in markdown:

Manage this file in the repository at this location: docs/README.md