Install pip on mac for specific python version

broken image

The directories above are separated by a colon, this is what they look like displayed in sequence:

broken image

Library/Frameworks/amework/Versions/3.7/bin:/Users/username/anaconda3/bin:/Library/Frameworks/amework/Versions/2.7/bin:/Users/username/miniconda2/bin:/Users/username/miniconda3/bin:/Library/Frameworks/amework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin

broken image

You can display the path on your computer using the echo $PATH command: $ echo $PATH

broken image

The path is a list of directories that your shell will look through when you execute a command.