Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #106923
| From | Stephen Hansen <me@ixokai.io> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: The reason I uninstalled Python 3.5.1 (32-bit) for Windows |
| Date | 2016-04-12 23:05 -0700 |
| Message-ID | <mailman.62.1460530514.15650.python-list@python.org> (permalink) |
| References | <CAO2jJyQXq9Mik1Mkm5cWfa4dab5phZ6QYR4YgLA2FKzOt_ZOEA@mail.gmail.com> <1460527534.886330.577204729.52AB3ABA@webmail.messagingengine.com> |
On Tue, Apr 12, 2016, at 07:57 PM, Jason Honeycutt wrote: > I am providing feedback as to why I just uninstalled Python. I could not > use pip. My command line would not recognize pip.exe as a file, even > though > I could see the file listed when I type "dir" in the Scripts folder. If you can't use pip while in the same directory as pip.exe, I don't even know what is wrong. That said, you can access pip via 'python -m pip args' instead of using the pip executable. -- Stephen Hansen m e @ i x o k a i . i o
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: The reason I uninstalled Python 3.5.1 (32-bit) for Windows Stephen Hansen <me@ixokai.io> - 2016-04-12 23:05 -0700
csiph-web