python_virtual_env
This is an old revision of the document!
Python Virtual Environment
A good primer is at https://realpython.com/python-virtual-environments-a-primer/
How I set mine up
- Create a new directory and cd to it
- python3 -m venv env
- source env/bin/activate
- (to get out of this environment) source env/bin/activate
- git clone into this directory
- pip install autopep8
- pip install yapf
python_virtual_env.1576101816.txt.gz · Last modified: 2019/12/11 22:03 by jrseti