Skip to content

Instantly share code, notes, and snippets.

@josephgoksu
Created August 14, 2018 07:15
Show Gist options
  • Save josephgoksu/d8f8eeb81dee1a623d764ed8400dd457 to your computer and use it in GitHub Desktop.
Save josephgoksu/d8f8eeb81dee1a623d764ed8400dd457 to your computer and use it in GitHub Desktop.
Creating a Virtual Environment #python

$ mkdir Environments $ cd Environments

$ python3.6 -m venv my_env

$ source my_env/bin/activate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment