|
|
|
|
|
by nicoco
1371 days ago
|
|
On my debian stable, if I want this behaviour I actually have to add `--user`. But that's not the recommended way to install pypi packages you want to use, with debian at least. This may install dependencies that will break (for your user) some debian packages depending on other versions of said dependencies. The easy way to go is `pipx install west`. EDIT: --user is not necessary anymore. I think this does not alter the validity of the rest of my comment. |
|
Does it try to install packages in your system paths and fails due to lack of permissions?