Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Wednesday the 29th of July, 2020
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
22:09:30
] <
daturkel
> is there a setting in pypirc to set --use-feature=2020-resolver by default?
[
22:10:24
] <
daturkel
> (or in pip.conf)
[
22:16:43
] <
tos9
> It'd be in pip.conf
[
22:18:07
] <
tos9
> daturkel: probably in the [global] section just put use-feature = 2020-resolver
[
22:18:17
] <
tos9
> the settings generally map directly to the CLI args
[
22:18:29
] <
tos9
> or sorry I guess it's an install option
[
22:18:32
] <
tos9
> so there
[
22:20:12
] <
daturkel
> you're right, this works:
[
22:20:14
] <
daturkel
> [install]use-feature = 2020-resolver
[
22:20:28
] <
daturkel
> well, with a line break. you get the point. thanks!