Re: pip does not find after Python 3.10.4 installed

2022-05-26 Thread Eryk Sun
On 5/26/22, ANTHONY CHU  wrote:
> The Python 3.10.4 (64-bit) and Python Launcher had been (standard) installed
> successfully. But I could not find pip anywhere.  I uninstalled and
> re-installed a couple of times, it is still the problem. I checked the
> installed directory
> C:\Users\x\AppData\Local\Programs\Python\Python310\Tools\Scripts\

FYI, scripts and binaries for packages such as pip are installed in
"Scripts", not in "Tools\Scripts".

In Windows, it's common to run pip via `py -m pip`. Note that the
latter command will use an active virtual environment, if any, else it
defaults to the highest version of Python that's installed. You can
use a specific installed version via `py -X.Y[-32] -m pip`.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: pip does not find after Python 3.10.4 installed

2022-05-26 Thread ANTHONY CHU
I found that RAV Antivirus complains some processes even Python 3.10.4 
installed successfully.  Remove RAV and re-install Python; then everything goes 
OK.
Thanks,

On 05/26/2022 8:24 AM ANTHONY CHU  wrote:

> 
> 
> The Python 3.10.4 (64-bit) and Python Launcher had been (standard) 
> installed successfully. But I could not find pip anywhere.  I uninstalled and 
> re-installed a couple of times, it is still the problem. I checked the 
> installed directory 
> C:\Users\x\AppData\Local\Programs\Python\Python310\Tools\Scripts\ and 
> also scanned the whole drive, pip could not be found.
> I also checked on the web and none of them help.  Did I do something 
> wrong?
> Note: I did install Python 3.8 on another Windows Pro desktop without any 
> problem.
> 
> Thank very much.
> 
> Subscriber: aachu
> 
-- 
https://mail.python.org/mailman/listinfo/python-list


pip does not find after Python 3.10.4 installed

2022-05-26 Thread ANTHONY CHU
The Python 3.10.4 (64-bit) and Python Launcher had been (standard) installed 
successfully. But I could not find pip anywhere.  I uninstalled and 
re-installed a couple of times, it is still the problem. I checked the 
installed directory 
C:\Users\x\AppData\Local\Programs\Python\Python310\Tools\Scripts\ and also 
scanned the whole drive, pip could not be found.
I also checked on the web and none of them help.  Did I do something wrong?
Note: I did install Python 3.8 on another Windows Pro desktop without any 
problem.

Thank very much.

Subscriber: aachu
-- 
https://mail.python.org/mailman/listinfo/python-list