Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 797 Bytes

Misc_Commands.md

File metadata and controls

16 lines (10 loc) · 797 Bytes

Welcome fellow pythonista!

In this cheatsheet, you will find miscellaneous commands I've found useful in my career or through teaching others. If you have suggestions to add, please fork this and do a pull request (PR)!

pip3 Commands

pip3 show package_name

When you run the above in a terminal, one of 3 things will occur:

  1. Error Returned: an error will occur because python or pip3 isn't installed
  2. Nothing Returned: package is not installed
  3. Anything Else Returned: something similar to the below image from Windows command prompt will display