Skip to content

Instantly share code, notes, and snippets.

@seominjoon
Created March 31, 2016 02:16
Show Gist options
  • Save seominjoon/707504e75bf9eb2f4a0b63edecb33d99 to your computer and use it in GitHub Desktop.
Save seominjoon/707504e75bf9eb2f4a0b63edecb33d99 to your computer and use it in GitHub Desktop.
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