Y
Hacker News
new
|
ask
|
show
|
jobs
by
lelandbatey
797 days ago
To clarify, cargo is like pip
but pip with the --user flag on by default
.
1 comments
gpm
797 days ago
`pip --user` still installs things to a per-user-global shared folder, that doesn't exist with cargo. If you're going to compare to pip, it's got to be something like "pip, but everything you build gets its own venv".
link