Skip to content

Instantly share code, notes, and snippets.

@luizpicolo
Created February 23, 2017 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizpicolo/5f188bc3457067f24874b9ea651f79a8 to your computer and use it in GitHub Desktop.
Save luizpicolo/5f188bc3457067f24874b9ea651f79a8 to your computer and use it in GitHub Desktop.
# install pyhton via brew
brew install python3
# Install pip
# https://pip.pypa.io/en/stable/installing/
python3 get-pip.py
# install virtual env
pip install virtualenv
# create env
python3 -m venv myenv
# enter myenv and run
source bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment