June 2017
Beginner
352 pages
8h 39m
English
A key advantage to installing packages with pip rather than directly invoking setup.py of the source distribution is that pip knows how to uninstall packages. Simply use the uninstall subcommand:
(test_env) $ pip uninstall palindrome-1.0.zipUninstalling palindrome-1.0:Proceed (y/n)? ySuccessfully uninstalled palindrome-1.0
Read now
Unlock full access