File tree 1 file changed +13
-0
lines changed 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ as ``python3.14.exe``) to be available. The directory will be
95
95
administrator. Click Start and search for "Edit environment variables for your
96
96
account" for the system settings page to add the path.
97
97
98
+ Each Python runtime you install will have its own directory for scripts. These
99
+ also need to be added to :envvar: `PATH ` if you want to use them.
100
+
98
101
The Python install manager will be automatically updated to new releases. This
99
102
does not affect any installs of Python runtimes. Uninstalling the Python install
100
103
manager does not uninstall any Python runtimes.
@@ -713,6 +716,16 @@ default).
713
716
your ``pythonw.exe `` and ``pyw.exe `` aliases are consistent with your
714
717
others.
715
718
"
719
+ "``pip `` gives me a ""command not found"" error when I type it in my
720
+ terminal.","Have you activated a virtual environment? Run the
721
+ ``.venv\Scripts\activate `` script in your terminal to activate.
722
+ "
723
+ "","The package may be available but missing the generated executable.
724
+ We recommend using the ``python -m pip `` command instead, or alternatively
725
+ the ``python -m pip install --force pip `` command will recreate the
726
+ executables and show you the path to add to :envvar: `PATH `. These scripts are
727
+ separated for each runtime, and so you may need to add multiple paths.
728
+ "
716
729
717
730
718
731
.. _windows-embeddable :
You can’t perform that action at this time.
0 commit comments