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

https://github.com/jacobmischka/virtualenv-executable

Creates an executable launcher for a virtualenv-using python script.
https://github.com/jacobmischka/virtualenv-executable

executable launcher python script virtualenv

Last synced: 10 months ago
JSON representation

Creates an executable launcher for a virtualenv-using python script.

Awesome Lists containing this project

README

          

Creates an executable launcher for a virtualenv-using python script.

Usage:

```bash
$ [ -e ] <output executable path>

```

Example:

```bash
$ create-venv-executable ~/projects/project-name/script-name.py ~/.local/bin/executable-name
```