How To Upgrade Python in Virtual Environment

preview_player
Показать описание
In this Python tutorial, I will show you how to upgrade your Python Virtual Environment.

► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Venmo: @Jie-Jenn

► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

#Python #Venv #VirtualEnvironment
Рекомендации по теме
Комментарии
Автор

Thanks a lot, man. You solved in one minute a problem I tried to solve for hours of research.

keitasekou
Автор

hi until which directory is the virtual environment? Because my virtual environment is at "C:\Users\core

But when I used this as the directory, I got this error message:

"Error: Command '['C:\\Users\\core i5\\Documents\\GitHub\\DataScience\\pyenv\\Scripts\\python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 101."

Please help if you can.

rabbitazteca
Автор

so I have the latest update of Python, which is 3.10.1
but when I create a Virtual Environment, it on default installed Python's version of 3.8.8

how can I upgrade that to 3.10.1 ?
thank you

danielniels