Python 3.7.1

Lee ler762@gmail.com
Wed Oct 31 21:06:00 GMT 2018


On 10/31/18, Noah Andrew wrote:
> Hi All,
> Sorry if this has been answered somewhere already - I checked the
> FAQ/StackExchange/Quora and didn't find anything, so coming to the mailing
> list as a last resort. I was wondering if it's possible to install the
> latest version of python for Cygwin - all I can find right now is 3.6.4. I
> can't find it in the library, but is it possible to still use the new
> version somehow? Maybe routing it to a different python installation or
> somehow installing from command line?

Get the source code and 'make && make install'
  https://docs.python.org/3/using/unix.html#building-python

I don't know what or if anything else in cygwin depends on python.  If
the latest version is not quite compatible with the cygwin supplied
version it'd probably be best to install to a non-standard location so
they don't conflict .. and make it easier to throw away when cygwin
comes out with that or a later version.

Regards,
Lee

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



More information about the Cygwin mailing list