runtime.txt won't install other python 3 versions
See original GitHub issueSurfaced by @foozmeat in the gitter channel, if you put something like python-3.6
then it doesn’t look like the runtime gets updated. I don’t see anything here:
https://github.com/jupyter/repo2docker/blob/master/repo2docker/detectors.py#L505
that would install other versions of python 3…what would be the best way to go about this?
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Cannot change Flask application Python version with runtime.txt
To deploy my Flask application, I have added a runtime. txt file otherwise Netlify defaults to Python 2.7. In the runtime file, I...
Read more >Specifying a Python Runtime - Heroku Dev Center
To specify a Python runtime, add a runtime.txt file to your app's root directory that declares the exact version number to use:
Read more >Python Version via .python-version · Issue #932 - GitHub
It doesn't seem like there is a standard way for a project to specify it's Python version, but I'm using https://github.com/pyenv/pyenv and ...
Read more >Heroku Ignoring runtime.txt file - python - Stack Overflow
I initially added python-3.7. 4 , but after checking Heroku's supported runtimes, it seems I should be using python-3.7.
Read more >Installing Python Modules (Legacy version) — Python 3.11.1 ...
How installation works. After the build command runs (whether you run it explicitly, or the install command does it for you), the work...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would be nice to move to Python 3.6 since it supports f-strings which folks will likely be using as they are a big improvement over the other string formatting options.
I think this would happen whenever #148 lands yeah?