Skip to content

Commit

Permalink
Fix variable name for specifying interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFromCanada committed Nov 26, 2019
1 parent 6bb0de8 commit 8a8c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/virtualenvs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ or change the interpreter globally with an env variable in ``~/.bashrc``:

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

Expand Down

0 comments on commit 8a8c42a

Please sign in to comment.