-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does Pyenv work on A-Shell or is there a way to run different Python versions? #600
Comments
|
Would it be possible for you / A-Shell to provide python versions to download onto the app after installing it? |
No, that is the main issue: anything that is a binary (a command or a dynamic library) has to ship with the app. Only non-executable files can be downloaded after the installation. |
How come its possible to install pip packages but not python vesions like that? |
pip in a-Shell only works with "pure Python" packages, packages that only include Python files. If you try to pip install packages with dynamic libraries, C files or Cython files, you will see a failure as well. |
So it wouldn't be possible to precompile Python for A-Shell and then enter commands to download them from a mirror? |
I want to see if I can install Pywb, but it doesn't work on 3.11.
The text was updated successfully, but these errors were encountered: