On 2023-07-03 16:12, ravi r via Cygwin wrote:
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/sc
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(
The following packages have been uploaded to the Cygwin distribution:
- https://cygwin.com/packages/summary/ruby-atk-src.html
- ruby-atk
- ruby-atk-doc
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin
3 matches
Mail list logo