User Tools

Site Tools


python_virtual_env

This is an old revision of the document!


Python Virtual Environment

How I set mine up

  1. Create a new directory and cd to it
  2. python3 -m venv env
  3. source env/bin/activate
  4. (to get out of this environment) source env/bin/activate
  5. git clone into this directory
  1. pip install autopep8
  2. pip install yapf
python_virtual_env.1576101816.txt.gz · Last modified: 2019/12/11 22:03 by jrseti