Re: Repair Install of 64 bit python

2021-04-17 Thread Terry Reedy
On 4/16/2021 10:15 AM, Cameron Simpson wrote: On 16Apr2021 13:13, Dan Ciprus (dciprus) wrote: Isn't the recommended python3 way of pip-ing stuff: python3 -m pip install ... .. just curious. If there's only one Python 3 installed then "pip3 install ..." _ought_ to be equivalent. However, in

Re: Repair Install of 64 bit python

2021-04-16 Thread Cameron Simpson
On 16Apr2021 13:13, Dan Ciprus (dciprus) wrote: >Isn't the recommended python3 way of pip-ing stuff: > >python3 -m pip install ... > >.. just curious. If there's only one Python 3 installed then "pip3 install ..." _ought_ to be equivalent. However, in the face of virtualenvs etc there may often

Re: Repair Install of 64 bit python

2021-04-16 Thread Dan Ciprus (dciprus) via Python-list
Isn't the recommended python3 way of pip-ing stuff: python3 -m pip install ... .. just curious. On Thu, Apr 15, 2021 at 08:36:56PM -0500, o1bigtenor wrote: On Thu, Apr 15, 2021 at 8:03 PM Dodson, Matthew wrote: Hi, Having an issue after installing 64 bit python. Can't pip install any packa

Re: Repair Install of 64 bit python

2021-04-15 Thread o1bigtenor
On Thu, Apr 15, 2021 at 8:03 PM Dodson, Matthew wrote: > > Hi, > > Having an issue after installing 64 bit python. Can't pip install any > packages. Get the error "No module named pip". > No expert here but to me that reads like you need to install 'pip'. On linux I need to make sure its pip3 -