From 1715bf47f1c58bbf5e23d69dafb252a2601a5016 Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Sun, 15 Jul 2018 12:22:55 +0300 Subject: [PATCH] mm --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 50dae1c..295e111 100644 --- a/.bashrc +++ b/.bashrc @@ -80,6 +80,9 @@ if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi +export PY_USER_BIN=$(python -c 'import site; print(site.USER_BASE + "/bin")') +export PATH=$PY_USER_BIN:$PATH + export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion