Browse Source
Add info to docs on how py -3 ignores virtualenv
pull/9231/head
Marcos Pereira
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
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 |
|
|
|
--------------- |
|
|
|
|
|
|
|