You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can point pip at your org's mirror by setting an env var like
PIP_INDEX_URL=https://<custom-mirror-url>
or by creating a global pip.conf file with the index-url set. That should work for py_install() and virtualenv_create()/virtualenv_install(), but I'm not sure about install_python().
My org blocks https://www.python.org/ftp/python so reticulate commands like install_python() and py_install() fail since they're hitting https://www.python.org/ftp/python by default.
We have internal mirrors for all of the sources but I don't see any mention in the reticulate MAN for how to define alternate sources / mirrors
The text was updated successfully, but these errors were encountered: