-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Failed to build with python2 is a batch file #750
Comments
We had a similar issue in node; needs to use |
I'm not familiar with
If you mean the batch file to execute another batch file, then you do need to use |
try editing where the call to python is made in the windows-specific part and add |
I see what you mean now.. But in this case it doesn't apply because my I should've said this error was occurred when, I was try to install a module, using |
Depending on how it's trying to spawn, it might not be able to launch a batch file. |
The content of my
python2.cmd
is:Suggestion: Able to read from a environment variable first, such as
PYTHON2_PATH
?I don't mind set up those variable manually.
The text was updated successfully, but these errors were encountered: