-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
I'm trying to make node-virtualenv
work on Windows 10. I developed this project under a Fedora 23 installation, made a commit to a git repository and then fresh cloned it to a Windows 10 to make sure it would work. It's throwing the following error during postinstall
:
> bower install && virtualenv-postinstall
Finding virtualenv 15.0.0
Downloading https://pypi.python.org/packages/source/v/virtualenv/virtualenv-15.0.0.tar.gz
Unzipping https://pypi.python.org/packages/source/v/virtualenv/virtualenv-15.0.0.tar.gz
Creating C:\Users\bruno\git\task-bruno-finger\.node-virtualenv
Cleaning C:/Users/bruno/git/task-bruno-finger/.node-virtualenv/.node-virtualenv-sources
events.js:85
throw er; // Unhandled 'error' event
^
Error: spawn python ENOENT
at exports._errnoException (util.js:746:11)
at Process.ChildProcess._handle.onexit (child_process.js:1053:32)
at child_process.js:1144:20
at process._tickCallback (node.js:355:11)
I have Python 2.7 installed. In the end I have an empty .node-virtualenv
folder in the root of my project where I should have the virtualenv installation.
Any suggestion?
Metadata
Metadata
Assignees
Labels
No labels