Skip to content
New issue

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

macOS Hight Siera installation issue #1192

Closed
a-klimashevsky opened this issue Dec 9, 2017 · 1 comment
Closed

macOS Hight Siera installation issue #1192

a-klimashevsky opened this issue Dec 9, 2017 · 1 comment

Comments

@a-klimashevsky
Copy link

Hello,
I've try to install p4a using pip install python-for-android command
but I have an error IOError: [Errno 13] Permission denied: '/lib/python2.7/site-packages/sh.py'

In case of using sudo pip install python-for-android command I have warnings about cache folders.

Everything is ok using --user flag, but command p4a is not available from command line

P.S. /usr/local/bin in PATH

@inclement
Copy link
Member

It sounds like everything is fine, except whatever your cache issue is (probably unrelated to p4a), and that probably the --local bin folder containing the p4a scripts is not in your $PATH. It would be ~/.local/bin on linux, I don't know if macOS is different.

Also, I would avoid using sudo pip install, it's best to leave the root python installation to the root level tools, and use the --user argument for your own things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants