Tuesday, February 28, 2017

Use anaconda in the server

every time to use anaconda pip, you need to execute the command first to find the path:




export PATH=/home/gao27/anaconda/bin:$PATH
或者把这行代码写入~/.bashrc 中,然后 source ~/.bashrc


install Anaconda in server
https://docs.anaconda.com/anaconda/install/linux


install pip directly:
https://pip.pypa.io/en/stable/installing/#id7

No comments:

Post a Comment