I am working on a compute server which runs a linux. The machine is used by several users so I don't have and won't get root privileges.
I need to install Keras
which you would normally do by using pip
Now, pip is not installed and the root
won't install it for me either unless I beg him for probably a month or so. I tried to locally install pip with the python installation scrip Python352/bin/python3.5 get-pip.py --user
This unfortunately throws me an no permission error /etc
. This is not exactly what I expected from installing the tool locally. Is it somehow possible to make an installation of pip that does not try to touch anything outside my local directory?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…