Instantly share code, notes, and snippets.
$ mkdir Environments $ cd Environments
$ python3.6 -m venv my_env
$ source my_env/bin/activate