Last active
July 9, 2020 05:51
-
-
Save chiehpower/7b99e0ae8f39a986666541e9119c918e 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
>>>> ZSH | |
ZSH_THEME="bunnyruni" | |
plugins=(git zsh-wakatime) | |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-10.0/lib64 | |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/chieh/Downloads/TensorRT7_cuda100/lib | |
export CUDA_HOME=/usr/local/cuda-10.0 | |
export CUDA_INSTALL_DIR=/usr/local/cuda-10.0 | |
#export CUDNN_INSTALL_DIR=/home/chieh/Downloads/cuda_102_cudnn76 | |
export PATH=$PATH:/usr/local/cuda-10.0/bin | |
export CUDA_HOME=$CUDA_HOME:/usr/local/cuda-10.0 | |
export PATH=$PATH:~/.local/bin | |
export PATH=/usr/local/cuda-10.0/bin${PATH:+:${PATH}} | |
export LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} | |
# For TensorRT 7.0.0.11 | |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/chieh/Downloads/TensorRT7_cuda100/lib | |
## 2020 01 15 added | |
export TRT_RELEASE=/home/chieh/Downloads/TensorRT7_cuda100 | |
# For Bazel (Related to Tensorflow.) | |
export PATH="$PATH:$HOME/bin" | |
# For tensorflow-to-onnx | |
export PYTHONPATH=$PYTHONPATH:/home/chieh/github/tensorflow-onnx/tf2onnx | |
export PATH="${PATH}:/home/chieh/github/bashtop/" | |
export PATH="${PATH}:/home/chieh/TensorRT7_cuda100/bin/" | |
# Spark | |
export SPARK_HOME=/srv/spark | |
export PYSPARK_PYTHON=python3 | |
export PATH=$SPARK_HOME/bin:$PATH | |
#export PYSPARK_DRIVER_PYTHON=jupyter | |
#export PYSPARK_DRIVER_PYTHON_OPTS='notebook' | |
159,1 Bot | |
# Tesseract | |
export TESSDATA_PREFIX=/usr/local/share/tessdata/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Git Command:
If you meet this message below,
Please type this: