-
Install XQuartz
-
Install meld with brew
brew install meld
-
Copy PYTHONPATH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--compilers coffee:coffee-script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Socket(options) { | |
// ... | |
stream.Stream.call(this); | |
// ... | |
} | |
util.inherits(Socket, stream.Stream); |
NewerOlder