Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Windows': 0.02; 'configure': 0.05; 'interpreter': 0.05; 'subject:Python': 0.06; 'versions,': 0.07; 'versions.': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'wrapper': 0.09; 'python': 0.11; ':-(': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sdist': 0.16; 'subject: \n ': 0.16; 'virtualenv.': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'versions': 0.24; 'possibly': 0.26; 'switch': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; "i'm": 0.30; 'that.': 0.31; 'another.': 0.31; 'subject:skip:i 10': 0.31; 'run': 0.32; 'something': 0.35; 'but': 0.35; 'version': 0.36; 'installing': 0.36; 'thanks': 0.36; "i'll": 0.36; 'to:addr:python-list': 0.38; 'does': 0.39; 'though,': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'easy': 0.60; 'from:charset:utf-8': 0.61; 'different': 0.65; 'soon.': 0.71; 'received:93': 0.72; 'received:hr': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: =?UTF-8?B?SnVya28gR29zcG9kbmV0acSH?= Subject: Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine Date: Mon, 25 Nov 2013 14:57:48 +0100 Organization: PKE sistemi d.o.o. References: <1385385603.70556.YahooMailBasic@web163804.mail.gq1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 93-136-115-181.adsl.net.t-com.hr User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <1385385603.70556.YahooMailBasic@web163804.mail.gq1.yahoo.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385387884 news.xs4all.nl 15872 [2001:888:2000:d::a6]:34588 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60420 Hi. On 25.11.2013. 14:20, Albert-Jan Roskam wrote: > Check out the following packages: virtualenv, virtualenvwrapper, tox > virtualenv + wrapper make it very easy to switch from one python > version to another. Stricly speaking you don't need > virtualenvwrapper, but it makes working with virtualenv a whole lot > easier.Tox also uses virtualenv. You can configure it to sdist your > package under different python versions. Also, you can make it run > nosetests for each python version and/or implementation (pypy and > jython are supported) I'll look into using virtualenv and possibly tox once I get into issues with mismatched installed Python package versions, but for now I'm dealing with installing different Python interpreter versions and, unless I'm overlooking something here, virtualenv does not help with that. :-( Thanks for the suggestion though, I'm definitely going to read up on those packages soon. :-) Best regards, Jurko Gospodnetić