공부
[python] change python version (python3.7 -m pip)
승가비
2024. 1. 29. 15:26
728x90
https://stackoverflow.com/questions/64320474/how-can-i-change-python-version-of-pip3
How can I change Python version of pip3
I have the following situation: Python version is 3.8.2, but Python version of pip3 is 3.9. How can I change it?
stackoverflow.com
python3.7 -m pip
pip install virtualenv
728x90