Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
vms:python:django-apache [2018/08/27 23:28] admin [Alternative Python versions] |
vms:python:django-apache [2018/08/27 23:52] (current) admin [Using virtualenvwrapper] |
||
|---|---|---|---|
| Line 360: | Line 360: | ||
| </Code> | </Code> | ||
| - | The Python3.6(.4) binary is located in ''/usr/local/bin/python3.6''\\ | + | The Python3.6(.4) binary will be located in ''/usr/local/bin/python3.6''\\ |
| - | You might want to add it to the available alternatives using the above mentionned method. | + | You might want to add it to the available alternatives using the above mentioned method. |
| ===== Configure the Python Virtual Environment ===== | ===== Configure the Python Virtual Environment ===== | ||
| Line 447: | Line 447: | ||
| </Code> | </Code> | ||
| + | In case you ever need to **remove** a ''virtualenv'': | ||
| + | <Code:bash|As dev user> | ||
| + | > rmvirtualenv <djangoenv> | ||
| + | </Code> | ||
| ===== Install Django ===== | ===== Install Django ===== | ||