Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a setup.py file. #60

Merged
merged 6 commits into from
Feb 13, 2016
Merged

Adds a setup.py file. #60

merged 6 commits into from
Feb 13, 2016

Conversation

mhubig
Copy link
Contributor

@mhubig mhubig commented Aug 14, 2015

I added a setup.py file so glacier-cli will be easier to install. Until #30 is resolved you can install glacier-cli and boto into a virtualenv and link it to e.g. /usr/local/bin/glacier. Example using virtualenvwrapper:

$ git clone [email protected]:mhubig/glacier-cli.git
$ cd glacier-cli
$ git checkout develop
$ mkvirtualenv -a $(pwd) -p python2.7 glacier-cli
(glacier-cli)$ python setup.py test
(glacier-cli)$ python setup.py install
(glacier-cli)$ ln -s $(which glacier-cli) /usr/local/bin/glacier
(glacier-cli)$ deactivate
$ glacier
usage: glacier [-h] [--region REGION] {vault,archive,job} ...
glacier: error: too few arguments

@mhubig mhubig changed the title Adds a requirements file. Adds a setup.py file. Aug 14, 2015
@basak basak merged commit 953eed4 into basak:master Feb 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants