aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-06-06 15:33:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-06-08 13:19:49 +0300
commitf2eda444d6f142a809b41d5deb848d5d4d8ef1c8 (patch)
treef9030c4de725596f4f554fa051fde0365defa29e /%HOME%/.profile
parent.profile: don't add paths with : in them to PATH (diff)
downloadlinux-home-f2eda444d6f142a809b41d5deb848d5d4d8ef1c8.tar.gz
linux-home-f2eda444d6f142a809b41d5deb848d5d4d8ef1c8.zip
python_setup: add user-base/bin if it doesn't exist
Diffstat (limited to '')
-rw-r--r--%HOME%/.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile
index 6c508b2..4604ebb 100644
--- a/%HOME%/.profile
+++ b/%HOME%/.profile
@@ -58,7 +58,6 @@ python_setup() {
for python; do
command -v "$python" > /dev/null 2>&1 \
&& user_base="$( "$python" -m site --user-base )" \
- && [ -d "$user_base/bin" ] \
&& path_export "$user_base/bin"
done
}