[PYTHON] pyenv note

install This is best. https://github.com/shogito/ansible-pyenv

virtualenv via pyenv virtualenv

python


#create venv
pyenv virtualenv <venv-name>

#activate venv
pyenv activate <venv-name>

#deactivate venv
pyenv deactivate <venv-name>

#list venvs
pyenv virtualenvs

#delete venv
pyenv uninstall <venv-name>

virtualenvwrapper via pyenv

python


#enable workon command
pyenv virtualenvwrapper

#create venv
mkvirtualenv <venv-name>

#workon...
workon <venv-name>

use venv from cron or shell-script

python


# 1st activate some venv
which python
~/.virtualenvs/<venv-name>/bin/python

# call
~/.virtualenvs/<venv-name>/bin/python <python script path> <args>...

Recommended Posts

pyenv note
Memo
Memo
Django Note 4
GroupBy Hinweis
pyenv Notizen
systemweit pyenv
pyenv memo
[Hinweis] Festlegen von .bash_profile nach der Installation von pyenv
argparse note
Django Note 5
Hinweis: Python
pyenv Zusammenfassung
Ansible Note
Python-Notiz
Django Note 1
direnv note
Django Note 3
Django Note 2
[Hinweis] RepresenterError
[Hinweis] Ändern der Bildgröße
Python lernen note_002
Hinweis: Python-Dekorator
Python-Programmierhinweis
[Python] Lernnotiz 1
Kinesis Firehose Hinweis
Python lernen note_004
[Hinweis] In Bezug auf Tensorflow
pyenv Installationshinweise
pyenv für Linux
PyData.Osaka Meetup # 2 Memo
Python lernen note_003
Ganz persönliche Notiz
Flask's persönliche Notiz # 2
pyenv + anaconda + python3
Jupyter-Studie note_002
TensFlow-Einstellungen Hinweis
[Hinweis] openCV + Python
Hinweis zu awk
Nur eine Notiz
PyCharm-Einstellungen Hinweis
pyenv Spickzettel
Hinweis: Listeneinschlussnotation
Python-Anfängernotiz
pyenv + pyenv-virtualenv (CentOS7)
Flask's persönliche Notiz # 1
Jupyter-Studie note_003
Jupyter Study Note_007
[Anmerkung] Pandas entstapeln
Jupyter-Studie note_005