From d28b39173d38f56819169336ca12f5e9847e0123 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 2 Jun 2019 12:02:42 +0100 Subject: [PATCH] add pip user install directory to PATH --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index e72a975..6c29e01 100644 --- a/profile +++ b/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