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

Should be compatible with already installed awscli #25

Closed
zdrummond opened this issue Sep 22, 2015 · 3 comments
Closed

Should be compatible with already installed awscli #25

zdrummond opened this issue Sep 22, 2015 · 3 comments
Labels

Comments

@zdrummond
Copy link

In the log spew, I see
Downloading/unpacking awscli>=1.7.46 (from saws) Downloading awscli-1.8.6-py2.py3-none-any.whl (780kB): 780kB downloaded

But I already have awscli installed and configured

then I get this error IOError: [Errno 13] Permission denied: '/usr/local/bin/aws'

It would be great if you could detect if awscli is installed and skip that step.

@donnemartin
Copy link
Owner

Hi Zachary,

The package manager is looking for awscli>=1.7.46, you might have an older version installed.

For the permission error there's some great info on Stack Overflow on how to fix those types of issues, but I suggest working in a virtualenv which would also keep your existing awscli in tact. If you're not familiar with virtualenv I listed commands and info here: #15.

Hope this helps.

-Donne

@donnemartin
Copy link
Owner

Hi Zachary,

Going to close this issue, please let me know if you still see a problem after installing with virtualenv.

-Donne

@donnemartin
Copy link
Owner

I updated the installation section of the README with some more details about virtualenv:

https://github.com/donnemartin/saws#pip-installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants