Install python package without root access

Viewed 17377

I want to install python package networkx in the server I use, and I do search before I ask this question, it says to use

pip install --user networkx

but it doesn't work and the linux error is

Usage: /usr/bin/pip install [OPTIONS] PACKAGE_NAMES...

/usr/bin/pip install: error: no such option: --user

anyone can help? How can I install networkx package in the server?

3 Answers
Related