Quote:
Originally Posted by xxyzz
The error message says `/usr/bin/python3: No module named pip`. Which distro are you using? I'm pretty sure Ubuntu's python3 will have pip module once `python3-pip` package is installed.
|
I'm using Zorin OS, which is based on Ubuntu. The pip is installed and located at `./.local/lib/python3.8/site-packages`.
I wonder if this is due to the
“User Scheme” of Debian/Ubuntu. When I install a package through pip in terminal I will have to include 'pip install --user', otherwise it will return the message "Defaulting to user installation because normal site-packages is not writeable".
Sorry if this is confused, I still got a lot to learn with linux