Skip to main content

Experimental port of pip to use distutils2.

Project description

Install

Install one or more packages from PyPi (ignoring dependencies).

Usage: pip2 install <package>...

Example:

$ pip2 install package1
Successfully installed package1
$ pip2 install package2 package3
Successfully installed package2 package3
$ pip2 install package_that_doesnt_exist_or_fails_to_install
Failed to install package_that_doesnt_exist_or_fails_to_install

Freeze

Display a list of currently-installed packages.

Usage: pip2 freeze

Example:

$ pip2 freeze
$ # ...Install a few packages...
$ pip2 freeze
package1
package2
package3

Uninstall

Uninstall one or more packages.

Usage: pip2 uninstall <package>...

Example:

$ pip2 uninstall package
Successfully uninstalled package1
$ pip2 uninstall package2 package3
Successfully uninstalled package2 package3
$ pip2 uninstall package_that_isnt_installed_or_failed_to_uninstall
Failed to uninstall package_that_isnt_installed_or_failed_to_uninstall

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page