programming:python
Differences
This shows you the differences between two versions of the page.
| programming:python [2018/06/14 11:36] – created clemix | programming:python [2018/06/14 13:26] (current) – clemix | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| pip freeze | pip freeze | ||
| + | |||
| + | ====== virtualenv ====== | ||
| + | virtualenv venv | ||
| + | . venv/ | ||
| + | pip install --editable . | ||
| + | leave the virtual env with | ||
| + | deactivate | ||
| + | | ||
programming/python.1528969009.txt.gz · Last modified: by clemix
