0

I am a bit confused I want to install pyenv that works with venv. Do I first install pyenv https://github.com/pyenv/pyenv-installer then install https://github.com/pyenv/pyenv-virtualenv or just install the second one?

1 Answers1

0

Yes, virtualenv is plugin. First install Pyenv, then install virtualenv by cloning the git repo into the plugins folder, using:

$ git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv

If you're still confused just follow the directions here: Installation

aTrueParadox
  • 107
  • 2
  • 10