Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102775

Re: Cygwin and Python3

From Mike S <mscir@yahoo.com>
Newsgroups comp.lang.python
Subject Re: Cygwin and Python3
Date 2016-02-10 15:05 -0800
Organization A noiseless patient Spider
Message-ID <n9gfin$h32$1@dont-email.me> (permalink)
References <n9d4r9$9s2$1@gioia.aioe.org> <3ZCdnZc2PpJ3MCfLnZ2dnUU7-RWdnZ2d@giganews.com> <n9eb86$447$1@dont-email.me> <mailman.9.1455109560.22075.python-list@python.org>

Show all headers | View raw


On 2/10/2016 5:05 AM, Mark Lawrence wrote:
> On 10/02/2016 03:39, Mike S via Python-list wrote:
>> On 2/9/2016 7:26 PM, Larry Hudson wrote:
>>> On 02/09/2016 08:41 AM, Fillmore wrote:
>>>>
>>>> Hi, I am having a hard time making my Cygwin run Python 3.5 (or Python
>>>> 2.7 for that matter).
>>>> The command will hang and nothing happens.
>>>>
>>>
>>> Just curious...
>>>
>>> Since Python runs natively in Windows, why are you trying to run it with
>>> Cygwin?
>>> I'm not implying that you shouldn't, just offhand I don't see a reason
>>> for it.
>>>
>>>       -=- Larry -=-
>>>
>>>
>> Have you seen this?
>> http://www.davidbaumgold.com/tutorials/set-up-python-windows/
>>
>
> I have now, but I'm perfectly happy with the free versions of Visual
> Studio.

I was referring to the procedure in general, and what looked like an 
important step to include.

So it looks like the terminal can find ssh and git, but not python. 
That's understandable, since we didn't use Cygwin to install Python. To 
tell Cygwin how to find Python, run the following command:
$ echo "PATH=\$PATH:/cygdrive/c/Python32" >> .bash_profile

I don't see any references to VS on that page so I don't know what 
you're referring to.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Cygwin and Python3 Fillmore <fillmore_remove@hotmail.com> - 2016-02-09 11:41 -0500
  Re: Cygwin and Python3 alvin.hacopian@gmail.com - 2016-02-09 11:29 -0800
    Re: Cygwin and Python3 Fillmore <fillmore_remove@hotmail.com> - 2016-02-09 15:19 -0500
      Re: Cygwin and Python3 alvin.hacopian@gmail.com - 2016-02-09 12:30 -0800
        Re: Cygwin and Python3 Fillmore <fillmore_remove@hotmail.com> - 2016-02-09 16:47 -0500
          Re: Cygwin and Python3 Fillmore <fillmore_remove@hotmail.com> - 2016-02-09 17:36 -0500
  Re: Cygwin and Python3 Larry Hudson <orgnut@yahoo.com> - 2016-02-09 19:26 -0800
    Re: Cygwin and Python3 Mike S <mscir@yahoo.com> - 2016-02-09 19:39 -0800
      Re: Cygwin and Python3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-10 13:05 +0000
        Re: Cygwin and Python3 Mike S <mscir@yahoo.com> - 2016-02-10 15:05 -0800
          Re: Cygwin and Python3 blindanagram@nowhere.net - 2016-02-11 07:46 +0000
            Re: Cygwin and Python3 Mike S <mscir@yahoo.com> - 2016-02-11 01:21 -0800
            Re: Cygwin and Python3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-11 13:20 +0000
    Re: Cygwin and Python3 Benoit Izac <use.reply.to@INVALID.ADDRESS> - 2016-02-10 22:26 +0100
      Re: Cygwin and Python3 Terry Reedy <tjreedy@udel.edu> - 2016-02-10 16:59 -0500
        Re: Cygwin and Python3 Benoit Izac <use.reply.to@INVALID.ADDRESS> - 2016-02-11 19:18 +0100
          Re: Cygwin and Python3 alvin.hacopian@gmail.com - 2016-02-11 12:40 -0800

csiph-web