Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59305

Re: Trying tcompile an use the Python 3.4a

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 <kwpolska@gmail.com>
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 <l601li$9kp$1@news.grnet.gr>
References <l601li$9kp$1@news.grnet.gr>
Date Wed, 13 Nov 2013 15:23:28 +0100
Subject Re: Trying tcompile an use the Python 3.4a
From Chris “Kwpolska” Warrick <kwpolska@gmail.com>
To Ferrous Cranus <nikos.gr33k@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2537.1384352618.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, Nov 13, 2013 at 3:17 PM, Ferrous Cranus <nikos.gr33k@gmail.com> wrote:
> $ 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 python
> 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).

-- 
Chris “Kwpolska” Warrick <http://kwpolska.tk>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:17 +0200
  Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:21 +0200
  Re: Trying tcompile an use the Python 3.4a Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-11-13 15:23 +0100
    Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:26 +0200
      Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-13 15:59 +0000
    Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:28 +0200
  Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-13 16:13 +0000
    Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 18:38 +0200
      Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 09:29 -0800
        Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:51 +0000
      Re: Trying tcompile an use the Python 3.4a Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-11-13 18:45 +0100
        Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:19 +0200
          Re: Trying tcompile an use the Python 3.4a Johannes Findeisen <mailman@hanez.org> - 2013-11-13 22:30 +0100
            Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:39 +0200
              Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 13:44 -0800
                Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:52 +0200
              Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-13 21:56 +0000
                Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-14 00:00 +0200
                Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-13 22:32 +0000
                Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 16:57 -0800
                Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-14 01:10 +0000
                Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:55 +0000
                Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-14 19:12 +0000
                Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-15 10:23 +1100
                Re: Trying tcompile an use the Python 3.4a Johannes Findeisen <mailman@hanez.org> - 2013-11-14 01:54 +0100
                Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-14 12:22 +0200
  Re: Trying tcompile an use the Python 3.4a Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-14 01:14 +0000
    Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-14 12:27 +1100
      Using alpha software in production [was Re: Trying tcompile an use the Python 3.4a] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:00 +0000
        Re: Using alpha software in production [was Re: Trying tcompile an use the Python 3.4a] Chris Angelico <rosuav@gmail.com> - 2013-11-14 13:17 +1100
  Re: Trying tcompile an use the Python 3.4a Nick the Gr33k <nikos@superhost.gr> - 2013-11-14 15:50 +0200
    Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-15 00:57 +1100
    Re: Trying tcompile an use the Python 3.4a Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-11-14 11:28 -0800

csiph-web