티스토리 뷰

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
댓글