Pure python script to "install" redistributable Python package... #329
jedie
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a standalone Python script (one file and no dependencies) that runs with Python v3.9 and can download/install the correct redistributable Python package...
Maybe someone will be interested ;)
Source file: https://github.com/jedie/manageprojects/blob/main/manageprojects/setup_python.py
Docs: https://github.com/jedie/manageprojects/blob/main/docs/setup_python.md
Suggestions for improvement are welcome ;)
Beta Was this translation helpful? Give feedback.
All reactions