Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Wednesday the 23rd of October, 2019
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
16:32:42
] <
ThiefMaster
> can i pip install from a file with a wildcard and extras?
[
16:32:53
] <
ThiefMaster
> 'pip install /tmp/myapp*.whl[myextra]' doesn't work
[
16:34:31
] <
mgedmin
> pip install $(echo /tmp/myapp*.whl)[myextra] might
[
16:35:35
] <
ThiefMaster
> yep, worked, thx!