Skip to content

Commit 442feed

Browse files
committed
Update the python virtual environment tutorial
1 parent 89ae530 commit 442feed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/virtualenv_instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
```bash
88
python -m pip install --upgrade virtualenv
99
python -m pip install --upgrade virtualenvwrapper
10+
source `which virtualenvwrapper.sh`
1011
export WORKON_HOME=$HOME/.virtualenvs
11-
source /usr/local/bin/virtualenvwrapper.sh
1212
```
1313

14-
If you add ``source /usr/local/bin/virtualenvwrapper.sh`` to your local bash file (``~/.bash_profile`` on a Mac, or ``~/.bashrc`` on Linux), virtualenvwrapper commands will be available whenever you open a new command prompt.
14+
If you add ``source `which virtualenvwrapper.sh` `` to your local bash file (``~/.bash_profile`` on a Mac, or ``~/.bashrc`` on Linux), virtualenvwrapper commands such as ``mkvirtualenv`` will be available whenever you open a new command prompt.
1515

1616
### WINDOWS:
1717

0 commit comments

Comments
 (0)