Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

switching versions of python

# Check your python version 
python --version
Python 3.9.0 
# Check the python installation list 
pyenv install --list 
[Whole list available for you, pick yours]
pyenv install 3.9.1
pyenv global 3.9.1 
python --version 
Python 3.9.1
 
PREVIOUS NEXT
Tagged: #switching #versions #python
ADD COMMENT
Topic
Name
3+9 =