question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

runtime.txt won't install other python 3 versions

See original GitHub issue

Surfaced 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:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
willingccommented, Dec 13, 2017

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.

0reactions
choldgrafcommented, Dec 13, 2017

I think this would happen whenever #148 lands yeah?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found