Changes between Initial Version and Version 1 of Ticket #36190, comment 5


Ignore:
Timestamp:
Sep 18, 2012, 12:07:02 PM (12 years ago)
Author:
ci42
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36190, comment 5

    initial v1  
    88The gyp build system used in node.js doesn't work with python 3.x but only with 2.6/2.7. Although the portfile sets $PYTHON to python 2.6/2.7 (depending on the choosen variant) and the Makefile will use $PYTHON, its ignored by gyp. Instead it simply uses the 'python' command. I'll fix that.
    99
    10 If you like to install node,js before the fix is available just install python 2.7, install node.js and switch back to your python 3.x:
     10If you like to install node.js before the fix is available just install python 2.7, install node.js and switch back to your python 3.x:
    1111{{{
    1212$ sudo port install python27