리눅스 swift CLI 설치 (pip)

리눅스 swift CLI 설치
리눅스 swiftclient 설치
리눅스 swift 클라이언트 설치

1 확인[ | ]

root@zetawiki:~# swift --version
The program 'swift' is currently not installed.  You can install it by typing:
apt-get install swift

2 사전작업[ | ]

3 설치[ | ]

root@zetawiki:~# pip install python-swiftclient
Downloading/unpacking python-swiftclient
  Downloading python_swiftclient-3.0.0-py2.py3-none-any.whl (62kB): 62kB downloaded
Downloading/unpacking futures>=2.1.3 (from python-swiftclient)
  Downloading futures-3.0.5-py2-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): six>=1.5.2 in /usr/lib/python2.7/dist-packages (from python-swiftclient)
Requirement already satisfied (use --upgrade to upgrade): requests>=1.1 in /usr/lib/python2.7/dist-packages (from python-swiftclient)
Installing collected packages: python-swiftclient, futures
Successfully installed python-swiftclient futures
Cleaning up...

4 확인 2[ | ]

root@zetawiki:~# swift --version
python-swiftclient 3.0.0

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}