Skip to content

Instantly share code, notes, and snippets.

@vanities
Last active January 30, 2018 18:35
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 vanities/e672d3d9363f18b3b7bb0dee818f23d7 to your computer and use it in GitHub Desktop.
Save vanities/e672d3d9363f18b3b7bb0dee818f23d7 to your computer and use it in GitHub Desktop.
venv virtual environment for python3
Installing venv with python:
python3 -m venv name-your-environment-here
mac & linux
source your-environment-name-here/bin/activate
your-environment-name-here\Scripts\activate.bat
pip3 install keras tensorflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment