2012-07-28 107 views
1

我已經編譯好了couchdb 1.2,我正在使用它。我現在需要使用couchdb python,我試圖做yum安裝python-couchdb,但yum想要安裝couchdb 1.1.1,因爲它沒有找到我編譯的版本。我該如何告訴yum只安裝沒有代價的python-couchdb軟件包?如何通過沒有所有依賴關係的yum安裝python包

回答

2

Python會安裝easy_install來獲取像python-couchdb這樣的python蛋。但是,我和許多人更喜歡稱爲PIP的包裝,可以更好地管理雞蛋。

On linux you can install it like so.

Or if you prefer windows.

一旦你有點子,你可以安裝python-的CouchDB致電:

sudo pip install couchdb 

不應博克沙發上安裝。

相關問題