Friday , September 20 2024

Which command can you use pip to remove an installed package?

Questions BankCategory: Python Essentials 2Which command can you use pip to remove an installed package?
Which command can you use pip to remove an installed package?

  • pip install –uninstall package
  • pip uninstall package
  • pip –uninstall package
  • pip remove package

Explanation: Remember that the option removes the installed package from the environment.

More Questions: Python Essentials 2 – Module 1 Test