diff --git a/dot/bashrc b/dot/bashrc index 166e1f3..522d3b3 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -1,6 +1,9 @@ # NTCNA V2X development # Python and VirtualEnv +if [ -d ~/.local/bin ]; then + export PATH=~/.local/bin:$PATH +fi if [ -x /usr/local/bin/virtualenvwrapper.sh ]; then VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 source /usr/local/bin/virtualenvwrapper.sh