Learn Before
Concept
pyenv global (3.x.x~)
pyenv global (3.x.x~)
pyenv global by itself lists which version of Python is currently set as the “global” version. The “global” version simply indicates which version of Python to default to when called in directories where there are no “local” versions of Python set (directories where a specific version of Python is set to default). 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 global Python version to the specified version in the command.
pyenv global (3.x.x~)
0
1
Updated 2021-08-03
Contributors are:
Tags
Python Programming Language
Data Science