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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file install-is-pip-install-1.0.tar.gz
.
File metadata
- Download URL: install-is-pip-install-1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49415120509ce39e256519fd5841e06af31e93cfa02e9332a707bcb7bfc9f40c |
|
MD5 | c25bb0ea83901fc45c7057e3ee0dfbaf |
|
BLAKE2b-256 | 65fe0f483a539e97ce08daf2dacf3a25eb2c5dfa5d3ab15e02e2b9a77f9fe453 |
File details
Details for the file install_is_pip_install-1.0-py3-none-any.whl
.
File metadata
- Download URL: install_is_pip_install-1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9d6b758ec7a5a8ea88203ce3e8522d801f6fb4e0db51793032854b86ed0de75 |
|
MD5 | 191798375a54d9cfe4cd7f2148a0ca07 |
|
BLAKE2b-256 | 36e3f388f351459dddf81ca78f02d34564c3796f290846388a6f90db478b453c |