Hi, In order to use awscli, I installed Python 3.4.3 and pip for Python 3.4.3.
According to AWS Docs <http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-with-pip>, I should be able to install awscli by running pip install awscli However it failed due to some permission issues: https://gist.github.com/behrangsa/6d2ed5755e511e876f68 I reran pip with sudo and this time installation completed successfully. According to the docs: Pip installs the aws executable to /usr/bin/aws. The awscli library (which does the actual work) is installed to the 'site-packages' folder in Python's installation directory. But for some reason, it is not installed there. It is not installed in /opt/local/bin either. Apparently it is installed in /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin (which is a symlink to opt/local/Library/Frameworks/Python.framework/Versions/3.4. Should I just add /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin to the PATH, or is there a better alternative available? -- Best regards, Behrang Saeedzadeh
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
