Y
Hacker News
new
|
ask
|
show
|
jobs
by
drcongo
859 days ago
What happens if you don't prefix with `python -m`? There's no mention of doing that in the blog post and it certainly feels wrong to call a rust package with python -m
1 comments
aragilar
859 days ago
That's specifying which python to use. The issue which is printed is there's no support for `--upgrade`, so it's not a drop in replacement for pip.
link
spapas82
859 days ago
And there no support for pip list -o
link