Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laktak/pipenv-shebang
shebang for pipenv scripts
https://github.com/laktak/pipenv-shebang
pipenv scripting shebang
Last synced: 23 days ago
JSON representation
shebang for pipenv scripts
- Host: GitHub
- URL: https://github.com/laktak/pipenv-shebang
- Owner: laktak
- License: mit
- Created: 2019-07-22T12:58:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T20:46:19.000Z (about 1 year ago)
- Last Synced: 2024-04-24T14:30:07.132Z (7 months ago)
- Topics: pipenv, scripting, shebang
- Language: Python
- Homepage: https://pypi.org/project/pipenv-shebang/
- Size: 4.88 KB
- Stars: 23
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipenv-shebang
*pipenv-shebang* allows you to put scripts in your path that run in a pipenv environment.
This solves the problem of launching `pipenv run script.py` from outside the script directory.
## Usage
Put this shebang at the top of your script:
```
#!/usr/bin/env pipenv-shebang
```You can also run your script with
```
pipenv-shebang /path/to/script
```## Installation
```
sudo pip install pipenv-shebang# or
pip install --user pipenv-shebang
```## Updates
This project is stable. No updates are planned but that does not mean this project is stale, it is very much in use.