Learn Before
Concept

pyenv local (3.x.x~)

pyenv local (3.x.x~)

pyenv local by itself lists which version of Python is currently set as the “local” version. The “local” version simply indicates which version of Python to default to when called in directories where there are “local” versions of Python set. It is important to note that local Python versions will always have priority over the global version. Adding a specific version of Python to the command will set the local Python version to the specified version in the command. Make sure you are in the correct directory when using this command, otherwise a different Python version could inadvertently be set as local in the incorrect directory.

pyenv local (3.x.x~)

0

1

Updated 2021-08-03

Contributors are:

Tags

Python Programming Language

Data Science

Related