Installing pip locally without root privileges

前端 未结 3 1229
孤街浪徒
孤街浪徒 2020-12-10 22:33

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

3条回答
  •  时光说笑
    2020-12-10 23:15

    Here is the up-to-date version to install pip (python) to user without root access method:

    `wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py --user`
    

提交回复
热议问题