Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # shellcheck shell=sh
  2.  
  3. # INSTALL to /etc/profile.d with perms 644
  4.  
  5. # Expand $PATH to include the directory to include pip install --user apps
  6. home_local_bin_path="~/.local/bin"
  7. if [ -n "${PATH##*${home_local_bin_path}}" -a -n "${PATH##*${home_local_bin_path}:*}" ]; then
  8. export PATH=$PATH:${home_local_bin_path}
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement