Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'skip:[ 20': 0.04; 'subject:Python': 0.06; 'installed.': 0.07; 'python3': 0.07; 'utf-8': 0.07; 'exit': 0.09; 'mess': 0.09; 'newest': 0.09; 'system?': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '-rf': 0.16; 'have).': 0.16; 'mkdir': 0.16; 'temp': 0.16; 'url:ftp': 0.16; 'url:tar': 0.16; 'skip:# 20': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'command': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; '13,': 0.31; 'run': 0.32; 'url:python': 0.33; '(i.e.': 0.33; 'skip:# 10': 0.33; 'sense': 0.34; 'subject:the': 0.34; 'could': 0.34; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'done': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'thank': 0.38; 'nov': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'how': 0.40; 'tell': 0.60; 'url:3': 0.61; 'from:charset:utf-8': 0.61; 'you.': 0.62; 'skip:\xe2 10': 0.65; 'to:addr:gmail.com': 0.65; 'url:4': 0.69; '8bit%:43': 0.74; './configure': 0.84; 'url:tk': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=xb1ElmZy64WHi7TXFlv4lkiTYkVWbBT3Ghqj1OzEC9Y=; b=inGz1lrsxCqj02bkgxtRGk5QuR+ppkTWoARAJRRisIntSDE/chRxPXgerPlXR+sKQm YrlObD3rodEpjgBsRzaD15+TiT92z/JSYZXyjIOGTJBatgupyUqJZysfbKraee7bxXGO AIyp7OInf0Sgpd7JS4KNXdwW/C+BJAhBJxeJNuKF6S7CwWIQ8EndrAfJiwDdrVXyAm1P JPjIFaKTOhu2ReUM3Gyh7UG+nge8ALlHF3klyuIpTo4L24u2Qk2TagjcYrLWMWE6kkAU sGpv2bOwL2Tjql4qdSo9VVNqVWPkRhfLUhUIyje/2ufFdxJjKNTE2F486liqM2i+DNI7 XxqQ== MIME-Version: 1.0 X-Received: by 10.50.114.168 with SMTP id jh8mr18584597igb.6.1384352608445; Wed, 13 Nov 2013 06:23:28 -0800 (PST) In-Reply-To: References: Date: Wed, 13 Nov 2013 15:23:28 +0100 Subject: Re: Trying tcompile an use the Python 3.4a From: =?UTF-8?B?Q2hyaXMg4oCcS3dwb2xza2HigJ0gV2Fycmljaw==?= To: Ferrous Cranus Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384352618 news.xs4all.nl 15914 [2001:888:2000:d::a6]:39495 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59305 On Wed, Nov 13, 2013 at 3:17 PM, Ferrous Cranus wro= te: > $ mkdir temp > $ cd temp > $ wget http://www.python.org/ftp/python/3.4/Python-3.4.tar.bz2 > $ tar -xjvf Python-3.4.tar.bz2 > $ cd Python-3.3.2 > $ ./configure > $ make && make test > $ su > # make install > # exit > $ $ cd ../ && rm -rf Python-3.4 > > > root@secure [/home/nikos/www/cgi-bin]# python3 -V > Python 3.4.0a4 > > > can yu please tell me where python 3.4a was placed in the system? > > i tried > > #!/usr/bin/python3 > #!/usr/local/bin/python3 > > and also is there a way to call it like #!/usr/bin/python > > i know it can be done via ln 0s but i have to know where the newest pytho= n > got installed. > > Thank you. > -- > https://mail.python.org/mailman/listinfo/python-list The command you are looking for is: which python3 Alternatively, you could run `where python3` to see how big the mess on your system is (i.e. how many interpreters you have). --=20 Chris =E2=80=9CKwpolska=E2=80=9D Warrick PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense