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

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.
And there no support for pip list -o