amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

Permission denied when I run ino init #264

Closed ghost closed 8 years ago

ghost commented 8 years ago

I get a permission denied error when I run "ino init":

 [('/usr/lib/python2.7/site-packages/ino/templates/empty/src', './src', "[Errno 13] Permission denied: './src'"), ('/usr/lib/python2.7/site-packages/ino/templates/empty/lib', './lib', "[Errno 13] Permission denied: './lib'")]
ghost commented 8 years ago

It is working now, I think permissions of the current directory were messed up.