Replies: 1 comment 1 reply
-
It depends on which python you choose for the global project, yes, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AFAIK,
pdm add -g
can only install packages to system python site (so it needssudo
).I think it's cleaner to only install packages there with system package manager (e. g. pacman). I'd like to use
pdm * -g
as a way to manage user site, as withpip install --user
.If this isn't possible now, I propose adding a setting for it.
And great big thank you to @frostming for this awesome project!
Beta Was this translation helpful? Give feedback.
All reactions