Skip to content

Commit 8a8c42a

Browse files
Fix variable name for specifying interpreter
1 parent 6bb0de8 commit 8a8c42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/virtualenvs.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ or change the interpreter globally with an env variable in ``~/.bashrc``:
251251

252252
.. code-block:: console
253253
254-
$ export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2.7
254+
$ export VIRTUALENV_PYTHON=/usr/bin/python2.7
255255
256256
2. To begin using the virtual environment, it needs to be activated:
257257

0 commit comments

Comments
 (0)