Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.062 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.11; '2.7': 0.14; 'cli': 0.16; 'macos': 0.16; 'sender:addr:gmail.com': 0.17; 'version.': 0.19; 'seems': 0.21; 'command': 0.22; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'checked': 0.32; 'interface': 0.32; 'url:python': 0.33; 'amazon': 0.34; 'received:google.com': 0.35; 'version': 0.36; 'url:downloads': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'skip:- 20': 0.37; 'problems': 0.38; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'received:71': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'simple': 0.61; 'header:Message-Id:1': 0.63; 'now...': 0.84; 'aws': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id; bh=Yf4wDZ/JVZsZqZZ+lvzXee1jK+9kcRamsIdX5Xd+BXQ=; b=GBR6ZfCuuLwHuu4di5mNqOKx90/4KkrT31cJOW+9d53cWfD2Fd3/rUMoag4AOcunZl 1aeEZwe8qM3bN311j09un0dhascJ7yv/JxOA4tVnOfxk4Vu1tHoCWf4O0XNK3cWuqRM/ 7mqC0qjSQyfh8r+lZHzq82taGOU+XacWPgGyo3RU4A9rme8hVkRFnu9xVY7kS6e30zBC QZEBAaxFuIas9gklbMDNM7KS6Sw3gue1sJb6NwMEsRoRvwrlwQVDx4KyT/a2jqvyx7Ac bpKqPhpoAztM1tFhIFSlJGp4WzCwdVcJrEzQ0WGGRmVQqU5oIKWGcSTiD5+95j0SnF92 PQIA== X-Received: by 10.107.131.87 with SMTP id f84mr38033267iod.50.1429124997999; Wed, 15 Apr 2015 12:09:57 -0700 (PDT) Sender: Gil Dawson From: Gil Dawson X-Google-Original-From: Gil Dawson Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: multipart/alternative; boundary=Apple-Mail-130--153819047 Subject: Installing Python Date: Wed, 15 Apr 2015 12:09:06 -0700 In-Reply-To: <87sic1xpg7.fsf@jester.gateway.sonic.net> To: python-list@python.org References: <890bd388-f50a-4dec-9ef5-27715427472a@googlegroups.com> <55288135$0$12997$c3e8da3$5496439d@news.astraweb.com> <87egnrb3il.fsf@jester.gateway.sonic.net> <87619387c0.fsf@elektro.pacujo.net> <90a8e07c-adb3-499f-8971-4ea49f6aea4b@googlegroups.com> <87lhhx7r44.fsf@elektro.pacujo.net> <87zj6czt84.fsf@jester.gateway.sonic.net> <87vbh0zow3.fsf@jester.gateway.sonic.net> <87r3rozjjp.fsf@jester.gateway.sonic.net> <552b6e78$0$12985$c3e8da3$5496439d@news.astraweb.com> <87egnnzb0k.fsf@jester.gateway.sonic.net> <552d18df$0$13006$c3e8da3$5496439d@news.astraweb.com> <871tjmyv4w.fsf@jester.gateway.sonic.net> <87wq1dxszp.fsf@jester.gateway.sonic.net> <87sic1xpg7.fsf@jester.gateway.sonic.net> X-Mailer: Apple Mail (2.1085) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 61 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1429125006 news.xs4all.nl 2969 [2001:888:2000:d::a6]:53732 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:88989 --Apple-Mail-130--153819047 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi-- I'm on MacOS 10.6.8, learning to use Amazon Web Services' Simple Storage = Service's Command Line Interface (AWS S3 CLI). They say in their documentation that their CLI needs Python version 2.7 = or 3.4. I checked in terminal: $ python --version Python 2.6.1 So I ran the python-2.7.9-macosx10.6.pkg downloaded from = https://www.python.org/downloads/ and now... $ python --version Python 2.7.9 $ aws --version aws-cli/1.7.22 Python/2.6.1 Darwin/10.8.0 ...it seems to me that the AWS CLI thinks it is still using the old = version. =20 Will this cause problems later? Can it be fixed? =20 --Gil --Apple-Mail-130--153819047 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
$ python --version
Python = 2.6.1

So I ran = the python-2.7.9-macosx10.6.pkg downloaded from https://www.python.org/download= s/ and now...

$ python = --version
Python 2.7.9
$ aws = --version
aws-cli/1.7.22 Python/2.6.1 = Darwin/10.8.0

...it = seems to me that the AWS CLI thinks it is still using the old version. =  

Will this cause problems later? =  Can it be fixed? =  

--Gil
= --Apple-Mail-130--153819047--