Performing source install from master branch of ckan (e36d471e3daf84a68923f5f6490bbbc7305a9d1c). Installing DataStore per instructions (http://docs.ckan.org/en/latest/maintaining/datastore.html)
Execute:
paster --plugin=ckan datastore
Results in error:
AssertionError: Config filename '/usr/lib/ckan/default/src/ckan/development.ini' does not exist.
The development.ini file is in /etc/ckan/default/, /usr/lib/ckan/default/src/ckan/ Why is it looking in the wrong directory?
My ultimate goal is to execute paster datastore set-permissions so I can set the postgres permissions correctly.