From owner-freebsd-python@FreeBSD.ORG Fri Jul 11 09:47:16 2014 Return-Path: Delivered-To: python@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 D3C0A4EC for ; Fri, 11 Jul 2014 09:47:16 +0000 (UTC) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9BC62253E for ; Fri, 11 Jul 2014 09:47:16 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:8cc3:e5a9:fcf2:1e1c]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 400244AC0A for ; Fri, 11 Jul 2014 13:47:15 +0400 (MSK) Date: Fri, 11 Jul 2014 13:47:06 +0400 From: Lev Serebryakov Reply-To: lev@FreeBSD.org Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <222067742.20140711134706@serebryakov.spb.ru> To: python@FreeBSD.org Subject: Is it possible to have "py-setuptools" installed for several pyhton versions? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 09:47:16 -0000 Hello, Python. I have python2.7 and py27-setuptools27-2.0.1 installed, but when I try to install py33-setuptools33-5.1 I get: ===> Registering installation for py33-setuptools33-5.1 as automatic Installing py33-setuptools33-5.1...pkg-static: py33-setuptools33-5.1 conflicts with py27-setuptools27-2.0.1 (installs files into the same place). Problematic file: /usr/local/bin/easy_install :( -- // Black Lion AKA Lev Serebryakov