add pip user install directory to PATH
This commit is contained in:
parent
c16d0dbc52
commit
d28b39173d
2
profile
2
profile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue