How to create virtual environment with pyenv-virtualenv plugin

pyenv-virtualenv is a pyenv plugin that provides features to manage virtualenvs and conda environments for Python on UNIX-like systems. If you don't have pyenv in your system, follow below post; Installing pyenv-virtualenv Setting PATH Run one of the following commands in terms of your shell's .rc file. Creating virtual environment Creating virtual environment from current version Activate and deactivate … Continue reading How to create virtual environment with pyenv-virtualenv plugin