Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60430
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:Windows': 0.02; 'interpreter': 0.05; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'windows': 0.15; ':-(': 0.16; 'deletes': 0.16; 'goes...': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject: \n ': 0.16; 'yup,': 0.16; 'folder': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'separate': 0.22; 'installation': 0.23; 'header :User-Agent:1': 0.23; 'dll': 0.24; 'own.': 0.24; 'connected': 0.24; 'possibly': 0.26; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; "i'm": 0.30; 'getting': 0.31; 'subject:skip:i 10': 0.31; 'allows': 0.31; 'file': 0.32; 'run': 0.32; 'noticed': 0.34; 'there,': 0.34; 'problem': 0.35; 'but': 0.35; 'next': 0.36; 'to:addr:python-list': 0.38; 'does': 0.39; 'structure': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'solve': 0.60; 'from:charset:utf-8': 0.61; 'first': 0.61; 'different': 0.65; 'received:93': 0.72; 'moves': 0.84; 'received:hr': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Jurko Gospodnetić <jurko.gospodnetic@pke.hr> |
| Subject | Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine |
| Date | Mon, 25 Nov 2013 16:40:04 +0100 |
| Organization | PKE sistemi d.o.o. |
| References | <l6vl0g$tvh$1@ger.gmane.org> <1385388935.9304.YahooMailBasic@web163805.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 | <1385388935.9304.YahooMailBasic@web163805.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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3182.1385394020.18130.python-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1385394020 news.xs4all.nl 15929 [2001:888:2000:d::a6]:48435 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:60430 |
Show key headers only | View raw
Hi.
On 25.11.2013. 15:15, Albert-Jan Roskam wrote:
> ====> Are you sure? http://stackoverflow.com/questions/1534210/use-different-python-version-with-virtualenv
Yup, I'm pretty sure by now (based on reading the docs, not trying it
out though).
Virtualenv allows you to set up different environments, each of them
having a separate Python folder structure and each possibly connected to
a separate Python interpreter executable. However, it does not solve the
problem of getting those separate Python interpreter executables
installed in the first place, which is the problem I was attacking. :-)
Still playing around with my multiple installations setup here. Will
let you know how it goes...
So far, one important thing I noticed is that you need to run all
your installations 'for the current user only', or otherwise it moves at
least one DLL file (python24.dll) into a Windows system folder and then
the next installation deletes it from there, and overwrites it with its
own. :-( But I can live with that... :-)
Best regards,
Jurko Gospodnetić
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine Jurko Gospodnetić <jurko.gospodnetic@pke.hr> - 2013-11-25 16:40 +0100
csiph-web