Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cygwin: 'python' is not recognized as an internal or external command, #41

Closed
gorm opened this issue Feb 10, 2013 · 2 comments
Closed

Comments

@gorm
Copy link

gorm commented Feb 10, 2013

Hi, I' have some trouble installing yeoman on a cygwin installation, and pretty sure this used to work earlier.

I have installed node for windows and installed yeoman using npm install yeoman -g from cygwin. (v. 0.9.6)

Python is also installed under cygwin, but when I run yeoman -h it complains that it can't find python.

Does anyone have an idea on what could be wrong and what I can do to fix this? It seems like yeoman is running under cmd and not under sh for some reason?

me@-PC ~
$ which python
/usr/bin/python

me@-PC ~
$ which yeoman
/cygdrive/c/Users/me/AppData/Roaming/npm/yeoman

me@-PC ~
$ yeoman -h
cygwin warning:
  MS-DOS style path detected: C:\Users\me\AppData\Roaming\npm/node
  Preferred POSIX equivalent is: /cygdrive/c/Users/me/AppData/Roaming/npm/node
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult me user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
==========================================================================
We're constantly looking for ways to make yeoman better!
May we anonymously report usage statistics to improve me tool over time?
More info: yeoman.io/insight.html & http://yeoman.io
==========================================================================
[?] [Y/n]:  (Y) n
'python' is not recognized as an internal or external command,
operable program or batch file.


me@-PC ~
$
@btford
Copy link
Contributor

btford commented Feb 10, 2013

AFAK, node.js does not officially support cygwin.

@gorm
Copy link
Author

gorm commented Feb 10, 2013

@btford ok, thanks, will stick to cmd then.
Edit: seems like yeoman isn't supported on Windows at all: https://groups.google.com/forum/#!topic/yeoman-dev/fhTmMC8Q0Tk

@gorm gorm closed this as completed Feb 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants