简体   繁体   中英

How to install pyenv download with venv plugin?

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM