From e13c1d32b3bcc61b7881c53424c042184956f9b0 Mon Sep 17 00:00:00 2001 From: Marcos Pereira <3464445+marcospgp@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:25:30 +0000 Subject: [PATCH] Add info to docs on how py -3 ignores virtualenv --- docs/intro.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/intro.rst b/docs/intro.rst index e89c9af20..483d7eea5 100644 --- a/docs/intro.rst +++ b/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 ---------------