Created
January 29, 2017 18:43
-
-
Save svanschalkwyk/788cb8de2339f2f3a8e3badca3996bae to your computer and use it in GitHub Desktop.
.bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH=/opt/VirtualGL/bin:/opt/TurboVNC/bin:$PATH | |
export OPENCV_TEST_DATA_PATH=/home/steph/Projects/opencv/opencv_extra/testdata | |
source /opt/intel/mkl/bin/mklvars.sh intel64 | |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/compilers_and_libraries_2017.0.098/linux/compiler/lib/intel64_lin/ | |
export LD_PRELOAD=/opt/intel/mkl/lib/intel64/libmkl_core.so:/opt/intel/mkl/lib/intel64/libmkl_sequential.so | |
# added by Anaconda2 4.2.0 installer | |
#export PATH="$PATH:/home/steph/anaconda3/bin:/home/steph/anaconda2/bin" | |
export PYTHONPATH=/usr/local/lib/python3.5/dist-packages:/home/steph/anaconda3/lib:$PYTHONPATH | |
#export PYTHONPATH=/usr/local/lib/python2.7/dist-packages:$PYTHONPATH | |
# added by Anaconda2 4.2.0 installer | |
#export PATH="/home/steph/anaconda2/bin:$PATH" | |
# added by Anaconda3 4.2.0 installer | |
export PATH="/home/steph/anaconda3/bin:$PATH" | |
export $SCALA_HOME=/usr/local/share/scala | |
export $PATH=$PATH:$SCALA_HOME/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment