You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the selected python version for the selected command:
$ pyenv install 3.6.5
$ pyenv install 3.8.1
$ pyenv shell 3.6.5
$ pip install pipenv
$ pyenv shell 3.8.1
$ pip install pipenv
$ pyenv shell --unset
$ pyenv version
system (set by ...)
$ pipenv --version
############################### pyenv-choice #################################
Found multiple pipenv versions. The command was launched from a manually
selected version of the python '3.8.1'.
You can change it with the commands:
> pyenv cmd-global pipenv <version>> pyenv cmd-local pipenv <version>##############################################################################
pipenv, version 2018.11.26
$ pyenv cmd-local pipenv 3.6.5
$ pipenv --version
############################### pyenv-choice #################################
Found multiple pipenv versions. The command was launched from a manually
selected version of the python '3.6.5'.
You can change it with the commands:
> pyenv cmd-global pipenv <version>> pyenv cmd-local pipenv <version>##############################################################################
pipenv, version 2018.11.26
License
Unless otherwise noted, all files contained within this project are liensed under the MIT opensource license. See the included file LICENSE or visit opensource.org for more information.
About
It allows you to choose which version of Python you will use for a given program name.