Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created February 26, 2017 07:31
Show Gist options
  • Save anton-petrov/953487b6844918a341608ec9bc09906b to your computer and use it in GitHub Desktop.
Save anton-petrov/953487b6844918a341608ec9bc09906b to your computer and use it in GitHub Desktop.
Python 3 profile for macOS
#
# Python 3 profile for macOS
#
alias python='python3'
alias pip='pip3'
export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python3
export VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv
export WORKON_HOME=~/Envs
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment