This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mikekaganski
Recipients eric.smith, mikekaganski, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-02-14.21:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644873567.96.0.331095451947.issue46751@roundup.psfhosted.org>
In-reply-to
Content
> As for 3.9: it's not available through the 64 bit installer (at least, I don't see it there). I'll look and see what's involved in installing it.

I don't remember if I did something special to install it; however, just maybe you need to install python39 directly.

> Are you running the 32- or 64-bit version?

64-bit.

> Does Cygwin not use : as a path list separator?

It uses : as path separator:

$ echo $PATH
/opt/lo/bin:/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/AdoptOpenJDK/jdk-11.0.7.10-hotspot/bin:/cygdrive/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Windows/System32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:...

But obviously, it can't use Windows-style paths in the $PATH (for that reason?).
History
Date User Action Args
2022-02-14 21:19:28mikekaganskisetrecipients: + mikekaganski, paul.moore, eric.smith, tim.golden, zach.ware, steve.dower
2022-02-14 21:19:27mikekaganskisetmessageid: <1644873567.96.0.331095451947.issue46751@roundup.psfhosted.org>
2022-02-14 21:19:27mikekaganskilinkissue46751 messages
2022-02-14 21:19:27mikekaganskicreate