Re: Error in self update

2015-07-13 Thread mohit rastogi
Yes, these are the DNS settings for me too. On Mon, Jul 13, 2015 at 6:53 PM, Brandon Allbery wrote: > On Mon, Jul 13, 2015 at 8:59 AM, mohit rastogi > wrote: > >> rsync: getaddrinfo: rsync.macports.org >> >> 873: nodename nor servname provided, or not known > > Check your DNS config. (I keep 8.

Re: Python packages installed using pip not on PATH

2015-07-13 Thread Behrang Saeedzadeh
I see. It would be nice if this was mentioned in the notes for either of Python or pip. I am not a Python programmer and have never used it before, and I just installed it to use AWS CLI tools. Would have saved me some time if there was a line or two in the notes about adding the directory to the p

Re: Error in self update

2015-07-13 Thread Brandon Allbery
On Mon, Jul 13, 2015 at 8:59 AM, mohit rastogi wrote: > rsync: getaddrinfo: rsync.macports.org > > 873: nodename nor servname provided, or not known Check your DNS config. (I keep 8.8.8.8 and 8.8.4.4 around as backup DNS, as my provider sometimes screws up their DNS.) -- brandon s allbery kf8

Re: Python packages installed using pip not on PATH

2015-07-13 Thread Brandon Allbery
On Mon, Jul 13, 2015 at 7:36 AM, Behrang Saeedzadeh wrote: > Should I just add > /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin > to the PATH, or is there a better alternative available? In short, yes (or symlink it into somewhere on $PATH). AWS's instructions assume you

Python packages installed using pip not on PATH

2015-07-13 Thread Behrang Saeedzadeh
Hi, In order to use awscli, I installed Python 3.4.3 and pip for Python 3.4.3. According to AWS Docs , I should be able to install awscli by running pip install awscli However it failed due to some permission i