Segmentation Fault when installing
I tried to install using the pip install pushbullet-cli (also pip3 install pushbullet-cli)
It appears to have done what it's supposed to do, but when running
pb set-key, it results in -bash: pb: command not found.
I run the install command again, and I get an output like this: https://pastebin.com/SaKvcxHg
I probably am doing something stupid or another, if you need more details for anything lmk.
I had the same issue, and it seems running it as sudo with the -H argument fixes the problem for installing. But I am unable to set-key after that as it hangs forever. Hopefully that helps though.
I am installing this instance on a shell provider, I can't use sudo
It appears to be an issue when installing pip3 install pushbullet-cli --user. It outputs the same error. The segmentation fault though seems like a pip/python issue. What OS are you running?
When installing with the --user flag, some OS's put the generated scripts in /home/$USER/.local/bin/. Can you try to add that to your $PATH and see if it works?
I am having the same problem, is there a way to fix this? what should I add to $PATH and how can I do that?