openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20799
[swift]
Hi, swift developers
I found the script /usr/local/bin/swift is:
#!/usr/bin/python -u
# EASY-INSTALL-DEV-SCRIPT: 'python-swiftclient==1.3.0.4.gb5f222b','swift'
__requires__ = 'python-swiftclient==1.3.0.4.gb5f222b'
from pkg_resources import require;
require('python-swiftclient==1.3.0.4.gb5f222b')
del require
__file__ = '/home/swift/bin/python-swiftclient/bin/swift'
execfile(__file__)
It seems generated by easy_install, but I didn't found which step did this.
(I use SAIO<http://docs.openstack.org/developer/swift/development_saio.html>to
build swift environment).
Could someone do me a favor? Which command in SAIO generated swift scripts
in /usr/local/ .
Follow ups