Re: script folder is empty

2022-07-18 Thread Eryk Sun
On 7/17/22, Scott Baer wrote: > > I've done some troubleshooting, and nothing is in the C:\Program > Files\Python310\Scripts folder. The installer may have silently failed to install pip. Run the following command to check whether the package was installed. "C:\Program

Re: script folder is empty

2022-07-18 Thread Dan Stromberg
This is another reason to use: python -m pip ... ...instead of: pip ... (Or many systems want python3 -m pip) HTH On Sun, Jul 17, 2022 at 10:42 PM dn wrote: > On 18/07/2022 16.53, Scott Baer wrote: > > I just installed Python 3.10.5 on a Windows 10 home ( Ver 21H2 OS build > >

Re: script folder is empty

2022-07-17 Thread dn
On 18/07/2022 16.53, Scott Baer wrote: > I just installed Python 3.10.5 on a Windows 10 home ( Ver 21H2 OS build > 1904431826). > I'm logged in with admin privileges > I did a custom install with python-3.10.5-amd64.exe to C:\Program > Files\Python310 > Installed with both For all Users & PIP

script folder is empty

2022-07-17 Thread Scott Baer
I just installed Python 3.10.5 on a Windows 10 home ( Ver 21H2 OS build 1904431826). I'm logged in with admin privileges I did a custom install with python-3.10.5-amd64.exe to C:\Program Files\Python310 Installed with both For all Users & PIP selected. ; once It was done installing, I rebooted