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.


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to