Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip & pip3 question
#2
For Mac look at Doing it Right.

(Mar-05-2019, 09:03 PM)CosmicCliff Wrote: Or is there just one version of pip and the 3 just sends those packages to version 3 of Python.....Appreciate any help.!
If you pip3 --version show your output it will only install to Python 3.7.
If type python3 should start Python 3.7.

If you follow link with Homebrew.
Then will python and pip both point to Python 3.
Quote:python will launch the Homebrew-installed Python 3 interpreter.
Homebrew version of Python 3 is installed then pip will point to Python 3.

Alternative my tutorial about pyenv Simple Python Version Management ,pyenv also work on Mac.
Reply


Messages In This Thread
pip & pip3 question - by CosmicCliff - Mar-05-2019, 09:06 PM
RE: pip & pip3 question - by snippsat - Mar-05-2019, 09:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pip3 problem with py3exiv2 jcezanna56 0 1,524 May-28-2020, 08:55 AM
Last Post: jcezanna56
  pip or pip3 - which should it be? Skaperen 0 1,993 Aug-07-2019, 12:55 AM
Last Post: Skaperen
  pip vs pip3 Skaperen 16 15,082 Aug-26-2018, 03:15 AM
Last Post: Skaperen
  pip3 under Mac sgbotsford 1 2,484 Apr-06-2018, 05:16 AM
Last Post: snippsat
  Install Python3 & PIP3 & Django on MAC OSX topjaba 1 3,614 Dec-24-2017, 08:18 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020