User Tools

Site Tools


python_virtual_env

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
python_virtual_env [2019/12/11 21:37] – created jrsetipython_virtual_env [2019/12/18 15:57] (current) jrseti
Line 5: Line 5:
 ====How I set mine up==== ====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) "deactivate"
 +  - git clone into this directory
 +
 +====More stuff to install====
 +  - pip install autopep8
 +  - pip install yapf
 +  - pip install pylint
python_virtual_env.1576100255.txt.gz · Last modified: 2019/12/11 21:37 by jrseti