Disable cygwin temporarily -


i want disable cygwin temporarily without uninstalling (e.g. duration of batch script).

i hoping there simple way, e.g. environment variable like

$> set cygwin=off 

or internal cygwin command like

$> cygset off 

right using quick , dirty solution invalidates cygwin directory in windows path with

set path=%path:cygwin=% 

of course corrupt other pathes have cygwin in it.


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -