Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28789
| Path | csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; '(at': 0.03; 'binary': 0.05; 'python': 0.09; 'path.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:python': 0.11; '"python': 0.16; '(note': 0.16; '2.7.3': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:gone': 0.16; 'subject:where': 0.16; 'wrote:': 0.17; 'typing': 0.17; 'shell': 0.18; 'installed': 0.23; "i've": 0.23; 'least': 0.25; 'header :User-Agent:1': 0.26; 'appear': 0.26; 'newer': 0.27; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; 'python2.7': 0.29; 'case,': 0.29; 'framework': 0.30; 'window': 0.30; 'to:addr:python- list': 0.33; 'path': 0.35; 'said,': 0.35; 'subject:?': 0.35; 'received:org': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'one,': 0.37; 'python.org': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'your': 0.60; 'received:204': 0.72; 'yourself': 0.77; 'article': 0.78; '2.7.1': 0.84; 'received:204.14': 0.84; 'source?': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Ned Deily <nad@acm.org> |
| Subject | Re: Newbie: where's the new python gone? |
| Date | Sun, 09 Sep 2012 10:41:16 -0700 |
| References | <cdb1cefb-77fb-401a-966f-3d84ae3aca38@googlegroups.com> <9fcf4eb6-1ea3-4f75-bf2a-031b754a2c89@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 204.14.154.191 |
| User-Agent | MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.423.1347212499.27098.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1347212499 news.xs4all.nl 6975 [2001:888:2000:d::a6]:40510 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:28789 |
Show key headers only | View raw
In article <9fcf4eb6-1ea3-4f75-bf2a-031b754a2c89@googlegroups.com>, BobAalsma <overhaalsgang_24_bob@me.com> wrote: > Umm2, as said, I think I've installed (at least downloaded) 2.7.3 (note the > three there) and with "python2.7" I now see "Python 2.7.1 (r271:86832, Jun 16 > 2011, 16:59:05)" Did you use a binary installer from python.org or did you build it yourself from source? In the former case, you should find the newer python2.7 at /usr/local/bin/python2.7. Also, the installer by default should have added the framework bin directory to your shell PATH. Try opening a new terminal window and typing python2.7. In any case, as suggested: which python should tell you the path to the python you are invoking. It doesn't appear to be an Apple-supplied one or a python.org one, BTW. -- Ned Deily, nad@acm.org
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Newbie: where's the new python gone? BobAalsma <overhaalsgang_24_bob@me.com> - 2012-09-09 07:28 -0700
Re: Newbie: where's the new python gone? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-09 14:50 +0000
Re: Newbie: where's the new python gone? BobAalsma <overhaalsgang_24_bob@me.com> - 2012-09-09 08:36 -0700
Re: Newbie: where's the new python gone? Ned Deily <nad@acm.org> - 2012-09-09 10:41 -0700
Re: Newbie: where's the new python gone? Ben Finney <ben+python@benfinney.id.au> - 2012-09-10 01:50 +1000
Re: Newbie: where's the new python gone? Hans Mulder <hansmu@xs4all.nl> - 2012-09-09 19:44 +0200
Re: Newbie: where's the new python gone? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-10 07:54 +0100
Re: Newbie: where's the new python gone? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-09-09 23:57 -0700
Re: Newbie: where's the new python gone? "William R. Wing (Bill Wing)" <wrw@mac.com> - 2012-09-10 09:04 -0400
Re: Newbie: where's the new python gone? Hans Mulder <hansmu@xs4all.nl> - 2012-09-10 17:22 +0200
Re: Newbie: where's the new python gone? "William R. Wing (Bill Wing)" <wrw@mac.com> - 2012-09-10 16:53 -0400
Re: Newbie: where's the new python gone? Bob Aalsma <overhaalsgang_24_bob@me.com> - 2012-09-11 09:52 +0200
Re: Newbie: where's the new python gone? "William R. Wing (Bill Wing)" <wrw@mac.com> - 2012-09-11 08:26 -0400
csiph-web