Python Forum

Full Version: pip3 under Mac
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.