Python Forum
pip3 under Mac - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: pip3 under Mac (/thread-9398.html)



pip3 under Mac - sgbotsford - Apr-06-2018

I'm in the process of coming up to speed on python on mac.

I downloaded the Mac installer ran it.

The app I want to turn under python tells me to run pip3 -r requirements.txt.

However the only pip3* I have are under the older versions I installed with mac ports.

Not sure if this is an error in the download or an error in the instructions in the app.

Meanwhile, I'm upgrading my ports tree, and we'll see if we can get python current running that way.


RE: pip3 under Mac - snippsat - Apr-06-2018

Doing it Right
Quote:python3 will launch the homebrew-installed Python 3 interpreter.
Homebrew version of Python 3 is installed then pip will point to Python 3.