Updated shell rcs

This commit is contained in:
2022-05-13 10:22:30 -04:00
parent 08747c5d86
commit b5805601a1
2 changed files with 16 additions and 8 deletions

View File

@ -1,13 +1,5 @@
# NTCNA V2X development
# QT
QTVER=5.15.2
#QTVER=6.3.0
if [ -d /opt/Qt/$QTVER ]; then
export PATH=/opt/Qt/$QTVER/gcc_64/bin:$PATH
# export LD_LIBRARY_PATH=/opt/Qt/$QTVER/gcc_64/lib
fi
# Python and VirtualEnv
if [ -d ~/.local/bin ]; then
export PATH=~/.local/bin:$PATH