List Sources
List all sources where installables can be installed from.
apt
Homebrew
Python
npm
Ruby
Go
apt policy
brew tap
pip config get global.index-url
# Open a PR to complete this 🫶🏻
gem sources --list
# N/A
info
If the pip
command yield ERROR: No such key
, it means the source is the default index url, which is https://pypi.org/simple.