Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Nick Sarbicki Newsgroups: comp.lang.python Subject: Re: python-2.7.3 vs python-3.2.3 Date: Tue, 26 Jan 2016 14:39:01 +0000 Lines: 23 Message-ID: References: <201601260726.55545.gheskett@wdtv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de COhUCT3wDdf4/w4lJSpUeQKbOrBgxJJZtRSn0TXcs8+A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'executable': 0.07; 'cc:addr:python-list': 0.09; '"python"': 0.09; 'jan': 0.11; 'subject:python': 0.14; 'suggest': 0.15; '2016': 0.16; 'debian.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:2.7.3': 0.16; 'wrote:': 0.16; 'email addr:gmail.com>': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; '2.x': 0.22; 'default,': 0.22; 'leave': 0.23; 'header:In- Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'correct': 0.28; 'url:peps': 0.29; 'environment': 0.29; "i'm": 0.30; 'option': 0.31; 'another': 0.32; "can't": 0.32; 'source': 0.33; 'url:python': 0.33; 'ubuntu': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'done': 0.35; 'url:dev': 0.35; 'something': 0.35; 'received:74.125.82': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'virtual': 0.38; 'subject:-': 0.39; 'still': 0.40; 'hello,': 0.40; 'some': 0.40; 'believe': 0.66; 'worth': 0.67; '26,': 0.72; '2.7.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=jFcHeaqwVtb5JFpoZQw37Pva5jNgz1lZEP+WVdsJ7HI=; b=hWXnvgmPkCCG41vK4IywBuVF+IISr2GKYQsLLPb9peGsTPqdAGt+ql4SWTV63/8N/i oLh/rcRIDgkbx6pQDlDyJBdgGWy02Vydf4hdVL0sVWbGiQ3xFfqv39tTAONuJTbsbbVJ 1NK8BwliC02YztClthPh+YrhADS0jcS6SVCQvf4I80Yy2Yu5D9dXjuVMWzl1YC4hmH7q 9WJSkfJ2Znk0BHPQLea1t2qhP9RNh5qkpjEKcVXhz7Nq3J2NJjHtnSzoZ+VVQZasiNJu Uq/XQJZcyvX4oGFrFU9Psgx3DooufhmDFL5NQmnPdYpzFJ36YMkkXXtN73EoluixYFWt moig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; bh=jFcHeaqwVtb5JFpoZQw37Pva5jNgz1lZEP+WVdsJ7HI=; b=Q1QhFz1+FaCIKk016e5HIILXKZHwdMV5TyM3JHuC93kKXe+O0mhol/CQsPEK0jpA01 dB53ZSiW32uaeHVyebs41gihP7wegL0ZZRT3ub//2srB2z2N46oFHlzOxGr0Uad9YVfT LeJh7wOl4UsAUm6vhKxOrsCc1lD7YHB5v2cbMWG7+m+50uh8nqr3kX2P8X2jBEPQ6/EH l96nyu4KoLCAcmHpXOHpsfuX8eNlw+ixR49IyxAtkoYU/FjobIflQyxJX0XWTGWacH23 fzO/1eDkWwVPn23Q1LYy0a8Sut+Qae+MDAzCCwtFVg1iRVBjygLDIoYUs7vqjia3y9Ao 8D0A== X-Gm-Message-State: AG10YOThPvn9ioWb4vXUUDlf/V9S+qfJciQvffLLoBePaRr8Iq7SITzVH88Q1LMMKBIpoBJElr0MI55/LBVYqg== X-Received: by 10.195.18.5 with SMTP id gi5mr23760554wjd.167.1453819151148; Tue, 26 Jan 2016 06:39:11 -0800 (PST) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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: , Xref: csiph.com comp.lang.python:102119 On Tue, Jan 26, 2016 at 2:22 PM David Palao wrote: > Hello, > On my system I have 2.7.10 and 3.4.3 system wide, but it is not > debian. Of course, the "python" executable can be only one of them at > a given time. > Another option is tu use a virtual environment or something (pyvenv or > virtualenv). > > Worth noting that it is best to leave the default, python, as pointing to 2.7. I believe Ubuntu has removed all dependencies on 2.x now (from memory, can't remember source so correct me if I'm wrong), which would suggest to me that Debian has done the same. But some systems will still be reliant on it. Then there is also this PEP: https://www.python.org/dev/peps/pep-0394/ - Nick.