SyntaxFix
Write A Post
Hire A Developer
Questions
--user installs in site.USER_SITE.
--user
site.USER_SITE
For my case, it was /Users/.../Library/Python/2.7/bin. So I have added that to my PATH (in ~/.bash_profile file):
/Users/.../Library/Python/2.7/bin
~/.bash_profile
export PATH=$PATH:/Users/.../Library/Python/2.7/bin