is there an easy way to install python-swiftclient on Ubuntu 12.04?

Asked by drevicko

python-swiftclient doesn't appear to be in the Precice packages at the moment. I'd prefer to use a package repo to be sure to keep up with updates etc.. Is there a repository I can add to my sources.list, and which would be the best ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu python-swiftclient Edit question
Assignee:
No assignee Edit question
Solved by:
Warren Hill
Solved:
Last query:
Last reply:
Revision history for this message
Best Warren Hill (warren-hill) said :
#1

The deb file is here

http://packages.ubuntu.com/quantal/all/python-swiftclient/download

You can install from the deb

Revision history for this message
Syed Habib (syed-habib53) said :
#2

1. sudo aptitude install python-swiftclient

2. sudo pip install python-swiftclient

3.sudo easy_install python-swiftclient

Revision history for this message
drevicko (subscriptions-drevicko) said :
#3

Thanks Warren Hill, that solved my question.

Revision history for this message
drevicko (subscriptions-drevicko) said :
#4

fyi: currently python-swiftclient is NOT in the apt repositories for Ubuntu 12.04 (though it is in quantal, as Warren noted), so `sudo aptitude install python-swiftclient` will not work.

It IS in the pip repo's, so `sudo pip install python-swiftclient` works. Be aware that you'll need to look after updates.

Revision history for this message
Syed Habib (syed-habib53) said :
#5

@drevicko (subscriptions-drevicko), you can use "sudo apt-get update && sudo apt-get upgrade" command to upgrade latest packages, then you can use "sudo apt-get install python-swiftclient" should work in ubuntu 12.04.