While I'm installing packages with pip it installing it from my private instead of public/official repo... How to fix it?
Edit:
(test) mymac@pc137 ~/workspace pip install pacman
Collecting pacman
User for devpi.packageserver.com:
It seems that devpi has been used by pip... How to switch off devpi? I don't want to use it while installing packages with pip...
The additional server usage can be persisted in the configuration file
pip.conf(orpip.inion Windows). Since you stated you're on MacOS, it seems you have found the correct location (according to the official docs):Find the config file, open it with an editor and comment out (or remove) lines setting the
index-url/extra-index-urloptions.