How to install Python Embedded and Pip

preview_player
Показать описание
This video goes through the installation embedded version of python and sets up the environment with pip.
Рекомендации по теме
Комментарии
Автор

Tips:
1. we should download the get-pip.py script into the python folder (c:\python), then we can use the "python get-pip.py" command. Otherwise, we should use the absolute path for get-pip.py (like
2. Save the python._pth file before running pip.

patritech
Автор

THANK YOU!!! This video helped me solve a problem that I've been having for hours. Excellent explanation and step by step guide

franciscojoserosario-vera
Автор

great tutorial! i was trying to get a sort of portable python running on a USB stick and it works! :D

yellowway
Автор

thank you very much. I had a failure in the ._pth file. Now it works for me.

hermannhehn
Автор

thank you a lot! It's exactly what i needed

joaopedrotonellodesouza
Автор

Perfect ! Thank you so much !
I subscribe.

alaindelon
Автор

There is still WARNING message coming out. Do you think putting C:\python\Scripts and C:\demo into the python39._pth file will help to remove the warning?

ericliu