X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=ftaGOZfiAEUybnLE84M3ZkmGTX12JUYVHGd/SDW7Dm1sdpSn4ScnK SL0KQ+S10MogB1bXZtn3xJ79IOcRgRaDiRhOZ10v7dhs7Ez1wbgF5sVfDBstTxe6 m8ZMHz1at3on7+CJNLTvVFFNvEYP4S7A+4RtAnGvL1HTwi81Dp921c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=m+FwBrGGOBmy3TDAIcGzW2Bw1jE=; b=fk8LuBwJnKcRNcyW9jep12HuoEoz MRyBe7VJaB9QRGotCoySERIpiRhSGC/ZPOIzltWkL2A/1v5v/TkEwFP+9CtS94E8 hKMD3rQZ6rEbZSit6JS1o3qeVxu7R2i9/WwL1kpO6W9xGKaS3fm0o6ljCplfa0/R Isgk+C7DmMA+0r8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Mark Geisert Subject: Re: 32 and 64 bit cygwin on same machine? Date: Fri, 16 May 2014 17:28:45 +0000 (UTC) Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Dominic Herity writes: > Can I install 32 bit and 64 bit Cygwin on the same machine and choose > to run either 32 bit or 64 bit python to test the corresponding dll? > Or do I need to keep them on separate machines? You can install both 32- and 64-bit Cygwin on the same machine. Use setup-x86.exe and setup-x86_64.exe respectively. Specify separate root directories for the two installations. Works like a charm. In my experience the only mild gotcha was making sure to run Cygwin services (such as sshd) from just one environment or the other. BTW, the two environments won't see each others' processes. That's as designed. ..mark -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple