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.
- Host: GitHub
- URL: https://github.com/jacobmischka/virtualenv-executable
- Owner: jacobmischka
- License: mit
- Created: 2017-08-02T18:15:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T18:31:44.000Z (over 8 years ago)
- Last Synced: 2025-03-23T23:51:17.593Z (11 months ago)
- Topics: executable, launcher, python, script, virtualenv
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```