Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dobrowit/autovenv
Scripts for automatically setup venv and download requirements.
https://github.com/dobrowit/autovenv
bat python scripts windows
Last synced: about 1 month ago
JSON representation
Scripts for automatically setup venv and download requirements.
- Host: GitHub
- URL: https://github.com/dobrowit/autovenv
- Owner: Dobrowit
- License: gpl-3.0
- Created: 2022-08-17T10:32:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T20:46:48.000Z (about 1 year ago)
- Last Synced: 2023-12-21T19:42:18.620Z (about 1 year ago)
- Topics: bat, python, scripts, windows
- Language: Batchfile
- Homepage:
- Size: 9.89 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoVENV
Scripts for automatically setup venv and easy way to deploy python app.Features:
- detect python
- setup venv
- update pip
- download requirements
- start you python app in venv
- if venv exist just start you app
- automatically download and install pythonHow to setup and run:
- copy all scripts into directory with python app
- create requirements.txt (pip freeze > requirements.txt)
- edit start.bat and set the appropriate name of the script you want to start (set app=myapp.py)
- set url and file name for download python (python_url and python_file variables)
- run start.bat
- optionally you can use the rmvenv.bat script for remove venvTested on Windows 10 Pro 64bit.