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