Installing CKAN locally on OSX 10.9, based on http://docs.ckan.org/en/latest/maintaining/installing/install-from-source.html.
I\'ve created and activated the python virt
I had the same error and a slightly different solution:
sudo
, so I went out of it (sudo -k
)IOError: [Errno 13] Permission denied: '/etc/ckan/default/development.ini'
~/ckan/etc
and that folder did not have correct permissionssudo chown -R `whoami` ~/ckan/etc
and followed up with paster make-config ckan /etc/ckan/default/development.ini