Search found 3 matches
- Wed Dec 08, 2021 11:41 pm
- Forum: Raspbian Buster
- Topic: How to add pip to Python?
- Replies: 5
- Views: 2890
Re: How to add pip to Python?
Open the PPM again and search for python-pip_18.1-5 and select it again then attempt to install it. Good chance the PPM is saying it's installed when it is not. Remember the pip has to match the python 2.7 version. See if this helps Thanks Rockedge! Success, problem caused by user error/ignorance.
- Tue Dec 07, 2021 11:53 pm
- Forum: Raspbian Buster
- Topic: How to add pip to Python?
- Replies: 5
- Views: 2890
Re: How to add pip to Python?
Thanks snoring_cat,
But...
pip --version ->returns
bash: pip: command not found
So I guess pip is not installed. I have to work on that.
- Mon Dec 06, 2021 2:53 am
- Forum: Raspbian Buster
- Topic: How to add pip to Python?
- Replies: 5
- Views: 2890
How to add pip to Python?
Iv'e had some success running some basic python code on Raspup. I would like to add a module using pip. A search on PPM brings up python-pip_18.1-5 and it appears to be installed, however "python -m pip version" in terminal returns ~ usr//bin/python: No module named pip. Raspup has Python version 2 ...