-
I need specific Python 3 version. Termux using very latest version that aren't likely supported by some module I'm using. There are many Python version manager, and my problem is quite clear: most of them are not working. I need recommendations. |
Beta Was this translation helpful? Give feedback.
Answered by
TomJo2000
Nov 23, 2024
Replies: 1 comment
-
Version managers do not work on Termux as our packages need to be patched to be able to run under the constraints of an Android app. Older versions of Python get retired to the TUR and are available through that channel. pkg up
pkg i tur-repo
pkg i python3.11 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TomJo2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version managers do not work on Termux as our packages need to be patched to be able to run under the constraints of an Android app.
Older versions of Python get retired to the TUR and are available through that channel.