aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pip.profile
Commit message (Collapse)AuthorAge
* pip: fixes (#5053)Libravatar glitsj162022-03-15
| | | | | | | | | * pip: fix including local override * pip: allow access to cache The shared build-systems-common.profile (to which pip.profile redirects) blacklists ${HOME}/.cache/pip. Override that here. * pip: add cache support in commented whitelist
* Drop private-bin from build-systemsLibravatar rusty-snake2021-09-11
|
* build-systems-common: Make whitelist opt-inLibravatar rusty-snake2021-09-11
|
* Add profiles for build-systems (/package-managers)Libravatar rusty-snake2021-09-08
Profiles: bunler, cargo (refactor), cmake (untested), make, meson, pip All redirect to build-systems-common.profile Other fixes: - blacklist ${HOME}/.bundle - blacklist ${HOME}/.cargo/* -> blacklist ${HOME}/.cargo - blacklist /usr/lib64/ruby