Python Packages?

pip is not installed in the OS because we do not include Python 2, but pip3 is available. You should be able to run pip3 install --user foo.

You can also install third-party Python distributions like Anaconda into your home directory.

1 Like