Closed akinnane closed 3 years ago
What does this leave as the default global python/python3? This images is used in a lot of places if the default python version changes.
The default stays as it was. pyenv
is only used when manually selected or requested via a .python-version
file.
Does that mean the pip version for other things using that default 3.7.5 won't have changed? I'm reasonably sure we've used cryptography elsewhere. Should we use pyenv to install 3.7.5 and set pyenv global?
That's a good idea. I've tested it, it works, and I've committed the change.
It works for venvs
too.
See https://github.com/alphagov/centralised-security-logging-service/issues/380