Replies: 1 comment
-
First, Then you indeed can set up a mirror, see https://github.com/pyenv/pyenv/blob/master/plugins/python-build/README.md#package-download-mirrors |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I think about using
pyenv
in our build pipelines. But it's no good idea always downloading thetar.gz
-file from the internet. If I install a version of python it shows:Is there a possibility to use a different server for download? Something like
https://www.mycomapany.com/python-org/
instead ofhttps://www.python.org/ftp/python/
. It would be perfect if the own mirror is tried and use the default if it was not found.Best regards, Oli
Beta Was this translation helpful? Give feedback.
All reactions