... | @@ -59,7 +59,7 @@ Once you have `virtualenvwrapper` installed, add these lines to your `.bashrc` ( |
... | @@ -59,7 +59,7 @@ Once you have `virtualenvwrapper` installed, add these lines to your `.bashrc` ( |
|
```
|
|
```
|
|
source /usr/local/bin/virtualenvwrapper.sh
|
|
source /usr/local/bin/virtualenvwrapper.sh
|
|
export WORKON_HOME=~/virtualenvs
|
|
export WORKON_HOME=~/virtualenvs
|
|
````
|
|
```
|
|
|
|
|
|
Note that you can change the `WORKON_HOME` path to whatever you like, just be sure to create the directory.
|
|
Note that you can change the `WORKON_HOME` path to whatever you like, just be sure to create the directory.
|
|
|
|
|
... | | ... | |