Skip to main content

Alias 'install' to 'pip install'

Project description

install-is-pip-install

[infomercial voice] Has this ever happened to you?

$ python3 -m install sampleproject
/usr/bin/python3: No module named install

The solution is here! Simply run python3 -m pip install install-is-pip-install, today!

From then onwards, python3 -m install ... should act exactly the same as python3 -m pip install ....

Allow me to demonstrate:

$ python3 -m pip install install-is-pip-install
...
Installing collected packages: install-is-pip-install
Successfully installed install-is-pip-install-1.0
$ python3 -m install sampleproject
NOTICE: You just used install-is-pip-install!
...
Installing collected packages: peppercorn, sampleproject
Successfully installed peppercorn-0.6 sampleproject-3.0.0

Wow! This unprecedented functionality is all thanks to our Secret Formula. Once again, that's python3 -m pip install install-is-pip-install. Install today!

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

install-is-pip-install-1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

install_is_pip_install-1.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

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