CKAN Install: paster error
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 virtualenv and now need to create a CKAN config file: $ paster make-config ckan /etc/ckan/default/development.ini The output is as follows (ImportError at the last line): Distribution already installed: ckan 2.2 from ~/ckan/lib/default/src/ckan Traceback (most recent call last): File "/usr/lib/ckan/default/bin/paster", line 9, in <module> load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')() File "/usr/lib/ckan