aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pip.profile
blob: 560957d470ce5652fd60596316a80f850d794799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Firejail profile for pip
# Description: package manager for Python packages
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include pip.local
# Persistent global definitions
include globals.local

ignore read-only ${HOME}/.local/lib

# Allow python3 (blacklisted by disable-interpreters.inc)
include allow-python3.inc

noblacklist ${HOME}/.cache/pip

#whitelist ${HOME}/.cache/pip
#whitelist ${HOME}/.local/lib/python*

# Redirect
include build-systems-common.profile