By daveferris
I have gone to command line and tried to use pip but pip cannot be found. I have found pip3.8.exe but it just opens an empty command line window, then closes it.
Can someone tell me please how to load modules and how I set paths for pip and python to find them.
Many thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
I would recommend installing pip by following these steps here:
get-pip.py:https://bootstrap.pypa.io/get-pip.py
Open a command prompt and go to the directory containing get-pip.py
Run this command:
python get-pip.py
pip -V
Note that you would need python installed in order to be able to do the above.
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.