python - Issues setting up CKAN virtual environment -


i'm following prepare use extensions document , i'm having issues installing ckan virtual environment.

sudo apt-get install virtualenv python-pip mercurial virtualenv /home/ubuntu/pyenv . /home/ubuntu/pyenv/bin/activate 

at first failed, found virtualenv should python-virtualenv.

now i'm having issues with:

pip install -e hg+http://bitbucket.org/okfn/ckan#egg=ckan 

i'm getting error code 255, , when visit url, looks source has been deleted , moved github. i'm beginner ubuntu, python , ckan i'm not sure how change command point new location.

i tried use following, didn't work me:

pip install -e hg+https://github.com/ckan/ckan#egg=ckan 

how should continue install ckan in virtual environment?

if go url in browser, see has pointer github now:

this repository has been deleted our apologies, repository "ckan" has been deleted. lives @ https://github.com/okfn/ckan.

so, instead do:

 pip install -e 'git+git://github.com/ckan/ckan#egg=package' 

or

 pip install -e 'git+https://github.com/ckan/ckan#egg=package' 

i quoted url practice (because # comment character in shell), in context isn't interpreted way, isn't strictly necessary.


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo