venv,pyvenv,pyenv,virtualenv,virtualenvwrapper,pipenv等有什么区别?
问题: Python 3.3 includes in its standard library the new package venv . Python 3.3在其标准库中包括新的软件包 venv 。 What does it do, and how does it differ from all the other packages that seem to match the regex (py)?(v|virtual|pip)?env ? 它有什么作用?与似乎与正则表达式 (py)?(v|virtual|pip)?env 匹配的所有其他软件包有什么区别 (py)?(v|virtual|pip)?env ? 解决方案: 参考一: https://stackoom.com/question/2oRBj/venv-pyvenv-pyenv-virtualenv-virtualenvwrapper-pipenv等有什么区别 参考二: https://oldbug.net/q/2oRBj/What-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrapper-pipenv-etc 来源: oschina 链接: https://my.oschina.net/u/4438370/blog/3651984