Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.