Add info to docs on how py -3 ignores virtualenv

This commit is contained in:
Marcos Pereira
2023-02-10 19:25:30 -05:00
committed by GitHub
parent 4057afad6a
commit e13c1d32b3
+5
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
---------------