From owner-freebsd-questions@FreeBSD.ORG Tue Jan 14 11:35:22 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BF0ACA4 for ; Tue, 14 Jan 2014 11:35:22 +0000 (UTC) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37D3A1B13 for ; Tue, 14 Jan 2014 11:35:22 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id uz6so9038628obc.34 for ; Tue, 14 Jan 2014 03:35:21 -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=XYMj1S9D5i/uId27ciB+LSiTZ7Stv4ExCB/VrwYOf4k=; b=qxdxh1KlR7R/e0TF3gB16rKCc1mfH3gmciUwRqvYVIUZlIRLv3oTM+E70puextF70x QkqUogR+AeLQN3tbFCYKkbV6DoobKVraotZJORwFHBRgTKKvf1U8OKKVzCw22q+StuVY rC+U0KLd+sMXj3yKPd3JmqH7OtNIf56rR0rm1iEjeBkzgSetXkrnTewGUF9jdtLYG+XF WRNRwEPR+csxEHQMcMSLZvVi+JLqfUBpW339ncEih+2zaAiVYmpeCQ5YT+wNnQhEJxwg 2q5VBrHnXpd5Yj3Orn2yDyJuzODqAREX5xep5KhPth0U2/G223C9KsNi4vi+Peb+1RfW mltg== MIME-Version: 1.0 X-Received: by 10.182.92.231 with SMTP id cp7mr241579obb.82.1389699321468; Tue, 14 Jan 2014 03:35:21 -0800 (PST) Received: by 10.182.139.9 with HTTP; Tue, 14 Jan 2014 03:35:21 -0800 (PST) Date: Tue, 14 Jan 2014 20:35:21 +0900 Message-ID: Subject: manage libraries for multiple parallel python versions From: till plewe To: FreeBSD-Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 11:35:22 -0000 Are there any simple (stable) methods to manage python libraries for multiple python versions in parallel? What I have in mind is something like: $ setenv PYTHON_VERSIONS "2.7,3.2,3.3" $ cd /usr/ports/devel/py-ply $ make install clean installing three separate versions of py-ply. - Till