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 21:44] – [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 
 + 
 +====More stuff to install==== 
 +  - pip install autopep8 
 +  - pip install yapf 
 +  - pip install pylint
python_virtual_env.1576100690.txt.gz · Last modified: 2019/12/11 21:44 by jrseti