8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think apple is restricting access to /usr/bin and wants people to use /usr/local/bin instead. I just installed there manually but I haven't tested.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
papasmacbookpro:selfspy smorris$ sudo make install
Password:
mkdir -p /var/lib/selfspy
install selfspy/*.py /var/lib/selfspy
ln -s /var/lib/selfspy/init.py /usr/bin/selfspy
ln: /usr/bin/selfspy: Operation not permitted
make: *** [install] Error 1
papasmacbookpro:selfspy smorris$ ls -ld /usr/bin
drwxr-xr-x 1067 root wheel 36278 Aug 31 02:04 /usr/bin
I think apple is restricting access to /usr/bin and wants people to use /usr/local/bin instead. I just installed there manually but I haven't tested.
The text was updated successfully, but these errors were encountered: