From owner-freebsd-python@freebsd.org Fri Dec 4 03:11:03 2015 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE5C4A40A6C for ; Fri, 4 Dec 2015 03:11:03 +0000 (UTC) (envelope-from 240629350qqmail@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D8B61650 for ; Fri, 4 Dec 2015 03:11:03 +0000 (UTC) (envelope-from 240629350qqmail@gmail.com) Received: by wmuu63 with SMTP id u63so7978019wmu.0 for ; Thu, 03 Dec 2015 19:11:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ML6qqmrK4esKkLLv5BwvisdUzf/fFjEGnm9vXVrF5bw=; b=mLyIB0nOh6p0L7yCdmj4lj+nMc3fQowjtAs50wbTmaNaYYVK/eNFsPl8gsykYYnHQw pPg9rLQKBWBnVWxnvp1eIlmPbD9anaACIFPSaYVNWQEdycQEAu0GBadC5sm09zKa32hw wuLaBIpN14mBGbcyaVXnyfOAZjMQKMZTdnq+zYGKhn02stA7y3YtwxAaUmKQMCdcGOu4 g25VmKh1aa9N336DyZI4adK1RhpDUhTTruAlN2L9ILzYUijvrclYWZufWKW8Z+fUNw6u vWHjuD6HS0LbBgsSJwqY/ugrWH4UssYVGGm4/fpawZ+otwhtLC2yKfQiOw1gI5JZ5Ouh qBvg== MIME-Version: 1.0 X-Received: by 10.194.115.199 with SMTP id jq7mr14613100wjb.101.1449198661487; Thu, 03 Dec 2015 19:11:01 -0800 (PST) Received: by 10.28.238.21 with HTTP; Thu, 3 Dec 2015 19:11:01 -0800 (PST) Date: Fri, 4 Dec 2015 11:11:01 +0800 Message-ID: Subject: How to set Python version by default in FreeBSD? From: =?UTF-8?B?56iL5bu65bmz?= <240629350qqmail@gmail.com> To: freebsd-python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 03:11:03 -0000 Hello! My FreeBSD is 10.2 AMDX64 By default in my environment is *python 2.7*, and requires *python 3.4*. How can I change the default *python* version in *FreeBSD*? THANK YOU very much ~