How to Setup Pythons PIP
Aug 26, 2017•Channel
AI Analysis
Data from YouTube Data API v3•Updated Just now
Video Overview
Video Details
PublishedAug 26, 2017
Duration1:12
Video IDcm6WDGAzDPM
Languageen
CategoryEducation
PrivacyPublic
Made for KidsNo
Video TypeRegular Video
Performance Metrics
Views88.9K
Likes896
Comments377
Engagement Rate1.43%
Likes per 100 views1.01
Comments per 1K views4.24
Video Tags
Description
This video shows you how to quickly setup pip if you forgot to select the add to PATH checkbox when installing python. It works for Python 2.7.9 and above and 3.4 and above.
To get the scripts folder use: print (os.path.dirname(sys.executable) + '\Scripts\\')
🌎 Post with code and a written tutorial: http://nitratine.net/blog/post/how-to-setup-pythons-pip/
📺 Auto Py to Exe: https://youtu.be/OZSZHmWSOeM
📺 Convert PY to EXE: https://youtu.be/lOIJIk_maO4
🐍 In this video I use Python 3.5.
👍🏼 Feel free to comment with any issues.