Browse Source

Add info to docs on how py -3 ignores virtualenv

pull/9231/head
Marcos Pereira 2 years ago
committed by GitHub
parent
commit
e13c1d32b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/intro.rst

5
docs/intro.rst

@ -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
---------------

Loading…
Cancel
Save