add pip user install directory to PATH

This commit is contained in:
ray 2019-06-02 12:02:42 +01:00
parent c16d0dbc52
commit d28b39173d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export BROWSER=/usr/bin/qutebrowser
# export PATH=/home/ray/.bin:/home/ray/.local/bin:/home/ray/.config/composer/vendor/bin:$PATH
ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir")
export PATH=$ruby_path/bin:$PATH
export PATH=~/.bin:~/.bin/bin:$PATH
export PATH=~/.bin:~/.bin/bin:~/.local/bin:$PATH
# https://developers.google.com/web/tools/puppeteer/troubleshooting
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox