-
Notifications
You must be signed in to change notification settings - Fork 25
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
Permission settings for save_config() function #3
Comments
This is a problem with Linux and Mac. |
Ahhh. The path this is showing points out the problem:
On most versions of *nix, paths like The general approach is to have user software save config value to the user's home directory (eg Does that help? 😄 |
Yes, |
When running robot.save_config() you get:
PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.6/dist-packages/dorna-1.3-py3.6.egg/dorna/config.yaml'
This goes away if you run sudo or sudo -s before running the script, but maybe you could change the permissions when downloading everything?
The text was updated successfully, but these errors were encountered: