After two years of using an older version of cygwin, a week ago, I
CYGWIN_NT-10.0-19045 version 3.4.7-1.x86_64
(runneradmin@fv-az416-306) (gcc version 11.4.0 (GCC) ) 2023-06-16
14:04 UTC
upgraded cygwin to the latest version.
Ever since the upgrade, I see noticeable delay in copy pasting te
Using
Cygwin Python interpreter invoked from shebang line
$ cat /tmp/script1
#!/usr/bin/python
print("hello");
$ /tmp/script1
hello
$
works as expected.
Conda Python interpreter invoked from shebang line
$ cat /tmp/script2
#!/usr/local/anaconda3/python
print(
2 matches
Mail list logo