We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I install garden via pip (python2), the script bin/garden is not set with executable permission and can not be run.
pip
Kivy v1.9.1 Python v2.7.10
The text was updated successfully, but these errors were encountered:
Try setting it by yourself then.
sudo chomod 775 $(which garden) or if you know file path do sudo chmod 775 file/path/garden
sudo chomod 775 $(which garden)
sudo chmod 775 file/path/garden
Sorry, something went wrong.
I can do it myself.
This report is to call package manager to automate this in installation script.
Oh, then I will take a look at the code and maybe come up with a pull request.
No branches or pull requests
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 text was updated successfully, but these errors were encountered: