You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Install pipx into system site packages (#28)
And configure it to have venvs at `/opt/pipx/venvs`, while installing
library binaries into `/opt/pipx/bin`.
Also bump pip, poetry, and stuff to latest versions.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# 5.2.0 (2022-02-16)
2
+
3
+
-**BREAKING CHANGE:** Do not install `pipx` into user site-packages, install it into the system site-packages and configure to use `/opt/pipx` for venvs and binaries
0 commit comments