Open ntoll opened 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:
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 withturtle
, and we're able to create new virtualenvs within the user's home directory, andpip install
things into them. Bonus points if we can getpygamezero
,black
andjedi
to run with it. This needs to work on Windows 64bit, OSX and Linux.