public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* More cygwin installations
@ 2016-09-24 14:17 Silver Zachara
  2016-09-24 22:40 ` Ken Brown
  2016-09-25 10:57 ` Andrey Repin
  0 siblings, 2 replies; 5+ messages in thread
From: Silver Zachara @ 2016-09-24 14:17 UTC (permalink / raw)
  To: cygwin


[-- Attachment #1.1: Type: text/plain, Size: 273 bytes --]

Hi,

can i install cygwin multiple times to different folders? E.g.
c:\cygwin64, c:\cygwin64_x_test1, c:\cygwin64_x_test2

I want to know, if there will not be any collisions or something similar.
Or there have to be only one cygwin installation?

-- 
Silver



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: More cygwin installations
  2016-09-24 14:17 More cygwin installations Silver Zachara
@ 2016-09-24 22:40 ` Ken Brown
  2016-09-25 10:57 ` Andrey Repin
  1 sibling, 0 replies; 5+ messages in thread
From: Ken Brown @ 2016-09-24 22:40 UTC (permalink / raw)
  To: cygwin

On 9/24/2016 9:49 AM, Silver Zachara wrote:
> can i install cygwin multiple times to different folders? E.g.
> c:\cygwin64, c:\cygwin64_x_test1, c:\cygwin64_x_test2

Yes.  I do it routinely for testing purposes.

Ken


--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: More cygwin installations
  2016-09-24 14:17 More cygwin installations Silver Zachara
  2016-09-24 22:40 ` Ken Brown
@ 2016-09-25 10:57 ` Andrey Repin
  2016-09-25 11:00   ` Silver Zachara
  2016-09-25 16:58   ` marco atzeri
  1 sibling, 2 replies; 5+ messages in thread
From: Andrey Repin @ 2016-09-25 10:57 UTC (permalink / raw)
  To: Silver Zachara, cygwin

Greetings, Silver Zachara!

> can i install cygwin multiple times to different folders? E.g.
> c:\cygwin64, c:\cygwin64_x_test1, c:\cygwin64_x_test2

> I want to know, if there will not be any collisions or something similar.
> Or there have to be only one cygwin installation?

You MAY use multiple parallel installations. But it is least advisable for
people unfamiliar with environment, clashes may occur and you would have a
hard(-er) time figuring them out.
If you indeed need test installations, a virtual machine is the better route,
IMO.


-- 
With best regards,
Andrey Repin
Sunday, September 25, 2016 11:15:17

Sorry for my terrible english...


--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: More cygwin installations
  2016-09-25 10:57 ` Andrey Repin
@ 2016-09-25 11:00   ` Silver Zachara
  2016-09-25 16:58   ` marco atzeri
  1 sibling, 0 replies; 5+ messages in thread
From: Silver Zachara @ 2016-09-25 11:00 UTC (permalink / raw)
  To: cygwin

I went this path yesterday, it's clearer solution from my view, I think
that cygwin have to be adjusted for parallel installations and I don't
know if he does.
As you wrote, it will work in more cases, but there can be some edge
cases, when there can be some problem, may be some services, wm is
certainty :-)

On 25.09.2016 10:17, Andrey Repin wrote:
> Greetings, Silver Zachara!
> 
>> can i install cygwin multiple times to different folders? E.g.
>> c:\cygwin64, c:\cygwin64_x_test1, c:\cygwin64_x_test2
> 
>> I want to know, if there will not be any collisions or something similar.
>> Or there have to be only one cygwin installation?
> 
> You MAY use multiple parallel installations. But it is least advisable for
> people unfamiliar with environment, clashes may occur and you would have a
> hard(-er) time figuring them out.
> If you indeed need test installations, a virtual machine is the better route,
> IMO.
> 
> 


--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: More cygwin installations
  2016-09-25 10:57 ` Andrey Repin
  2016-09-25 11:00   ` Silver Zachara
@ 2016-09-25 16:58   ` marco atzeri
  1 sibling, 0 replies; 5+ messages in thread
From: marco atzeri @ 2016-09-25 16:58 UTC (permalink / raw)
  To: cygwin; +Cc: Silver Zachara

On Sun, Sep 25, 2016 at 10:17 AM, Andrey Repin <anrdaemon@yandex.ru> wrote:
> Greetings, Silver Zachara!
>
>> can i install cygwin multiple times to different folders? E.g.
>> c:\cygwin64, c:\cygwin64_x_test1, c:\cygwin64_x_test2
>
>> I want to know, if there will not be any collisions or something similar.
>> Or there have to be only one cygwin installation?
>
> You MAY use multiple parallel installations. But it is least advisable for
> people unfamiliar with environment, clashes may occur and you would have a
> hard(-er) time figuring them out.

I don not see such big risk with multiple installations.
Basic rules appliy:
- separate PATH between the diffent installations.
 defining CYGWIN_NOWINPATH help on it
- don't mix services as they will be called all in the same way by
  the different installation.


> If you indeed need test installations, a virtual machine is the better route,
> IMO.

Usually if Virtual Machines are possible there are less motives to use cygwin;
people developing for cygwin are of course the exception.

> With best regards,
> Andrey Repin

Regards Marco

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-25 12:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-24 14:17 More cygwin installations Silver Zachara
2016-09-24 22:40 ` Ken Brown
2016-09-25 10:57 ` Andrey Repin
2016-09-25 11:00   ` Silver Zachara
2016-09-25 16:58   ` marco atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).