We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python installs:
# display all python installs on ubuntu 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
There was an error while loading. Please reload this page.