Append the following lines in your “.cshrc” file:
setenv CUDA_HOME /eecs/local/pkg/cuda-8.0.44
setenv LD_LIBRARY_PATH /eecs/local/pkg/cuda8.0.44/lib64:/eecs/local/pkg
/cuda8.0.44/extras/CUPTI/lib64
setenv PATH /eecs/research/asr/chao/anaconda/bin:${PATH}
setenv NLTK_DATA /eecs/research/asr/chao/nltk_data
Login to any server using your own user name and password.
To use python in command line, just type “python”, and then it will work.
To run your own python code (including the Tensorflow code), just type “python xxx.py” under the correct directory.
-