User Tools

Site Tools


python_virtual_env

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
python_virtual_env [2019/12/11 22:10] – [How I set mine up] jrsetipython_virtual_env [2019/12/18 15:57] (current) jrseti
Line 8: Line 8:
   - python3 -m venv env   - python3 -m venv env
   - source env/bin/activate   - source env/bin/activate
-  - (to get out of this environment) source env/bin/activate+  - (to get out of this environment) "deactivate"
   - git clone into this directory   - git clone into this directory
  
Line 14: Line 14:
   - pip install autopep8   - pip install autopep8
   - pip install yapf   - pip install yapf
 +  - pip install pylint
python_virtual_env.1576102237.txt.gz · Last modified: 2019/12/11 22:10 by jrseti