Pip

Most curious! Just bought up a bare machine with JetPack4.5.1…and for the life of me, there’s no PIP installed.

Am I missing something?

Hi @egrady, you can install pip/pip3 with sudo apt-get update && sudo apt-get install python-pip python3-pip

2 Likes

Oh, obviously…it’s just that a) Python installations typically include pip by default and b) I don’t recall having to install pip myself in previous versions of JetPack.

Thanks!

2 Likes