We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python installs:
# display all python installs on unix ls -ls /usr/bin/python* # display python version being used python -V
package installs:
# see location(s) of installed packages python -m site # show all installed packages pip list # see location of individual package pip show pandas