Commit bcc3a699 authored by Andrew Gibiansky's avatar Andrew Gibiansky

changing to use usr/bin/env python

parent d761dfe6
......@@ -224,7 +224,7 @@ buildIPython = do
-- things up, at least on Mac OS X.
ipyDir <- ipythonDir
let patchLines =
[ "#!/usr/bin/python"
[ "#!/usr/bin/env python"
, "import sys"
, "sys.path = [\"" ++ fpToText ipyDir ++
"/lib/python2.7/site-packages\"] + sys.path"]
......
......@@ -19,6 +19,8 @@ var concealExtension = (function() {
"=>": "",
">>=": ">>=",
"forall": "",
"<=": "",
">=": "",
};
// Concealable infix elements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment