Comment 21 for bug 1217288

Revision history for this message
Matthew Oliver (matt-0) wrote :

Hey Sameer,

You can install swift on Ubuntu 12.04 by adding 1 additional command.
In the SAIO instructions before running command 2 in "Getting the code" (after running step 1), run:
      sudo pip install -r $HOME/python-swiftclient/requirements.txt
Which can be shortened to:
      sudo pip install $HOME/python-swiftclient/

Or if it's easier, replace the command in step 2 in "Getting the code" with:
      cd $HOME/python-swiftclient; sudo pip install -r requirements.txt; sudo python setup.py develop; cd -

Regards,
Matt