Add info to docs on how py -3 ignores virtualenv

This commit is contained in:
Marcos Pereira 2023-02-11 00:25:30 +00:00 committed by GitHub
parent 4057afad6a
commit e13c1d32b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,11 @@ However, for the quick and dirty:
Congratulations. You now have a virtual environment all set up.
.. note::
Scripts executed with ``py -3`` will ignore any currently active virtual
environment, as the ``-3`` specifies a global scope.
Basic Concepts
---------------