bash: pip/pip3: command not 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