mu-editor / Mu-tate

An experimental version of Mu made in JavaScript
MIT License
3 stars 4 forks source link

Bundle a "stand alone" version of Python for each target OS. #5

Open ntoll opened 4 years ago

ntoll commented 4 years ago

See https://github.com/indygreg/python-build-standalone for how to create such stand alone versions of Python. Ensure tkinter is part of these along with turtle, and we're able to create new virtualenvs within the user's home directory, and pip install things into them. Bonus points if we can get pygamezero, black and jedi to run with it. This needs to work on Windows 64bit, OSX and Linux.

ntoll commented 4 years ago

Commit 0263d7ceb424a158eb7fbd1a5fdcf98f38eccadb adds the capability to automagically download the latest stand-alone versions of Python from @indygreg's https://github.com/indygreg/python-build-standalone project.

Next steps: