aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pip.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/pip.profile')
-rw-r--r--etc/profile-m-z/pip.profile18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/profile-m-z/pip.profile b/etc/profile-m-z/pip.profile
new file mode 100644
index 000000000..a0926371f
--- /dev/null
+++ b/etc/profile-m-z/pip.profile
@@ -0,0 +1,18 @@
1# Firejail profile for pip
2# Description: package manager for Python packages
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include meson.local
7# Persistent global definitions
8include globals.local
9
10ignore read-only ${HOME}/.local/lib
11
12# Allow python3 (blacklisted by disable-interpreters.inc)
13include allow-python3.inc
14
15#whitelist ${HOME}/.local/lib/python*
16
17# Redirect
18include build-systems-common.profile