bash: pip/pip3: command not found

to my surprise I am not able to use the pip nor pip3 commands on nano.
Can anyone advise on how are we installing python packages(.whl or .egg) or the ones from Pypi since pip is nowhere to be found.

Hi,

pip and pip3 is working on the Nano.
pip is installed by default while you can get the pip3 installed with this command:

sudo apt-get install python3-pip

Thanks.

3 Likes