Skip to content

Commit 431f247

Browse files
committed
remove undefined terms
replace with simple highlighting
1 parent 8628b43 commit 431f247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/venv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For example:
8888
'~/envs/tutorial-env/lib/python3.5/site-packages']
8989
>>>
9090
91-
Note that the activated virtual environment manages the :term:`PYTHONHOME` environment variable to find the specific version of Python that is requested. It does not alter the :term:`PYTHONPATH` variable in any way. This may lead to unexpected results if the path includes references to code which is incompatible with the Python version the virtual environment is using. The best practice is to ``unset PYTHONPATH`` in bash or the equivalent for the shell you are using.
91+
Note that the activated virtual environment manages the ``PYTHONHOME`` environment variable to find the specific version of Python that is requested. It does not alter the ``PYTHONPATH`` variable in any way. This may lead to unexpected results if the path includes references to code which is incompatible with the Python version the virtual environment is using. The best practice is to ``unset PYTHONPATH`` in bash or the equivalent for the shell you are using.
9292

9393
To deactivate a virtual environment, type::
9494

0 commit comments

Comments
 (0)