Replies: 1 comment
-
Issue: #2752 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Referring to Q&A entry #2732.
Feature:
Support for exporting http_proxy & https_proxy environment variables out of pdm.toml before running a pdm command like
pdm install
. An example for this could be how (rye)[https://rye-up.com/guide/config/#config-file] is handling it:For pdm this could be implemented by adding the two options:
proxy.http
proxy.https
But let me hear about your opionion on that. If desired I could also implement the feature by myself.
Beta Was this translation helpful? Give feedback.
All reactions