if you install program in user path(not admin),
$ cd 'program install files path' $ python setup develop --prefix=~/.local and if you want to install at other path, adjust './local'. --prefix=~/'path' that's path is in user $HOME. if --prefix=~/.local, .local folder is at $HOME/.local/. |
or |
You may need to add If you do not have administrator access to your machine, you can install Theano locally (to ~/.local) using pip install Theano --user
|
'Linux' 카테고리의 다른 글
[linux] 윈도우에서 linux로 터미널 원격 접속하기 using mobaXterm (0) | 2016.02.25 |
---|---|
[linux] 리눅스 계정 관리 (0) | 2016.02.18 |
Difference between /.bashrc, /.profile and /.bash_profile (0) | 2016.01.07 |
View Hidden Files and Folders in Ubuntu(linux) File Browser (0) | 2016.01.06 |
python(numpy) version check (0) | 2016.01.05 |