File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ For example:
8888 '~/envs/tutorial-env/lib/python3.5/site-packages']
8989 >>>
9090
91- Note that the activated virtual environment does not alter the ``PYTHONPATH `` variable in any way.
92- This may lead to unexpected results if the path includes references to code which is incompatible with
93- the Python version the virtual environment is using. The best practice is to ``unset PYTHONPATH ``
91+ Note that the activated virtual environment does not alter the ``PYTHONPATH `` variable in any way.
92+ This may lead to unexpected results if the path includes references to code which is incompatible with
93+ the Python version the virtual environment is using. The best practice is to ``unset PYTHONPATH ``
9494in bash or the equivalent for the shell you are using.
9595
9696To deactivate a virtual environment, type::
You can’t perform that action at this time.
0 commit comments