diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-06 15:33:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-08 13:19:49 +0300 |
commit | f2eda444d6f142a809b41d5deb848d5d4d8ef1c8 (patch) | |
tree | f9030c4de725596f4f554fa051fde0365defa29e /%HOME% | |
parent | .profile: don't add paths with : in them to PATH (diff) | |
download | linux-home-f2eda444d6f142a809b41d5deb848d5d4d8ef1c8.tar.gz linux-home-f2eda444d6f142a809b41d5deb848d5d4d8ef1c8.zip |
python_setup: add user-base/bin if it doesn't exist
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.profile | 1 |
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 } |