Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbuchanan314/install-is-pip-install
Alias `install` to `pip install`
https://github.com/davidbuchanan314/install-is-pip-install
pip python python3
Last synced: 3 months ago
JSON representation
Alias `install` to `pip install`
- Host: GitHub
- URL: https://github.com/davidbuchanan314/install-is-pip-install
- Owner: DavidBuchanan314
- License: mit
- Created: 2024-03-18T23:05:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T23:14:21.000Z (10 months ago)
- Last Synced: 2024-09-25T16:09:13.817Z (4 months ago)
- Topics: pip, python, python3
- Language: Python
- Homepage: https://pypi.org/project/install-is-pip-install/
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```yaml
$ 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](https://github.com/DavidBuchanan314/install-is-pip-install/blob/main/src/install.py). Once again, that's `python3 -m pip install install-is-pip-install`. Install today!