Python 3.9
The title is pretty self-explanatory, I built Python 3.9 on repl.it and it works pretty well.
If you want to, you can also install another version by using main.sh
although I'm not too sure if it works properly or not (it takes like an hour to build so its hard to test).
I mean other than that, not too much to show off. It's just Python 3.9 lol
Meercat33
how would I use pip with this?
BenjaminOBrien
@Meercat33 If you open the shell tab after letting it install Python, you should be able to run
python/bin/python3 -m pip install <packages>
.
I will be releasing an update soon for Python 3.9.7 + pip
Meercat33
@BenjaminOBrien alright thank you so much
FineMouche
@BenjaminOBrien both in shell or consol "python/bin/python3 -m pip install " don't work :/
dMLTquant
Very nice. Thank you for this 👍
NehalRam
so underrated very noice job
How do you do it?