Learn Before
Concept
Managing virtual environments with pyenv
A plugin is available for pyenv known as pyenv-virtualenv, which allows one to manage their virtual environments through pyenv. What sets this method of managing virtual environments apart from others such as venv is that pyenv allows one to specify the version of python used for the virtual environment, whereas others will use whatever version is currently installed locally.
0
1
Updated 2021-06-08
Tags
Python Programming Language
Data Science