floydhub / floyd-docs

FloydHub's documentation code. Contributions welcome!
https://docs.floydhub.com/
63 stars 67 forks source link

Unable to run floyd-cli on macOS Sierra. #112

Closed hifall closed 6 years ago

hifall commented 6 years ago

I used sudo pip install -U floyd-cli, then I ran into some permissions issue.

Then I used sudo pip install --user floyd-cli, then it said the installation was successful. But when I tried to run floyd or floyd-cli, the error: command not found occurred.

Any suggestion?

Thanks.

houqp commented 6 years ago

Hi, you don't need to use sudo if you are passing in --user flag. Just run pip install --user floyd-cli, that should work. After installation, you might want to open a new shell session.

Please reopen this issue if this is still not working for you.