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
Tuesday, February 28, 2017
Sunday, February 26, 2017
play with IU server
which virtualenv
virtualenv venv
module load python/2.7
pip install gensim
156 virtualenv venv
157 pip install gensim virtualenv venv
158 virtualenv venv
159 virtualenv
160 pwd
161 pip install virtualenv
162 free -g
163 history
164 virtualenv
man module
man module
Subscribe to:
Posts (Atom)