Created
March 31, 2016 02:16
-
-
Save seominjoon/707504e75bf9eb2f4a0b63edecb33d99 to your computer and use it in GitHub Desktop.
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 LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64" | |
export CUDA_HOME="/usr/local/cuda" | |
export PATH="$HOME/torch/install/bin/th:$PATH" | |
export JAVA_HOME="$HOME/jdk/jdk1.8.0_74" | |
export PATH="$JAVA_HOME/bin:$PATH" | |
alias python=python3.5 | |
alias pip=pip3.5 | |
git config credential.helper 'cache --timeout=3600' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment