User Tools

Site Tools


python_virtual_env

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) “deactivate”
  5. git clone into this directory

More stuff to install

  1. pip install autopep8
  2. pip install yapf
  3. pip install pylint
python_virtual_env.txt · Last modified: 2019/12/18 15:57 by jrseti