You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo pip install installs packages to /usr/local (/usr/local/lib/python3.8/dist-packages/ on current Ubuntu) to keep them separated from the system packages that are installed via the operating system package manager to /usr/lib/python3/dist-packages.
There was already a request for this in #17 but only support for user packages was implemented.
The text was updated successfully, but these errors were encountered:
sudo pip install
installs packages to/usr/local
(/usr/local/lib/python3.8/dist-packages/
on current Ubuntu) to keep them separated from the system packages that are installed via the operating system package manager to/usr/lib/python3/dist-packages
.There was already a request for this in #17 but only support for user packages was implemented.
The text was updated successfully, but these errors were encountered: