From 668751130250edc0346bf0fdc0c66f12e3ecbace Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Mon, 6 Sep 2021 14:57:13 -0400 Subject: [PATCH] Python env tweak --- dot/bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot/bashrc b/dot/bashrc index 181866d..c015c29 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -1,6 +1,9 @@ # NTCNA V2X development -# Python VirtualEnv +# Python and VirtualEnv +if [ -d $HOME/.local/bin ]; then + export PATH=$PATH:~/.local/bin +fi if [ -x /usr/local/bin/virtualenvwrapper.sh ]; then VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 source /usr/local/bin/virtualenvwrapper.sh