Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

pyenv-virtualenv

install

1

git clone --depth=1 https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv
vim ~/.zshrc
eval "$(pyenv virtualenv-init -)"
source ~/.zshrc
pyenv virtualenv 3.9.13 <venv>
cd <project>
pyenv local <venv>

  1. ubuntu에서 pyenv 설치하기