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

bin/garden executable permission missing #12

Open
hongquan opened this issue Mar 21, 2016 · 3 comments
Open

bin/garden executable permission missing #12

hongquan opened this issue Mar 21, 2016 · 3 comments

Comments

@hongquan
Copy link

When I install garden via pip (python2), the script bin/garden is not set with executable permission and can not be run.

Kivy v1.9.1
Python v2.7.10

@the-c0d3r
Copy link

Try setting it by yourself then.

sudo chomod 775 $(which garden) or if you know file path do sudo chmod 775 file/path/garden

@hongquan
Copy link
Author

I can do it myself.

This report is to call package manager to automate this in installation script.

@the-c0d3r
Copy link

Oh, then I will take a look at the code and maybe come up with a pull request.

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