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 ...@@ -224,7 +224,7 @@ buildIPython = do
-- things up, at least on Mac OS X. -- things up, at least on Mac OS X.
ipyDir <- ipythonDir ipyDir <- ipythonDir
let patchLines = let patchLines =
[ "#!/usr/bin/python" [ "#!/usr/bin/env python"
, "import sys" , "import sys"
, "sys.path = [\"" ++ fpToText ipyDir ++ , "sys.path = [\"" ++ fpToText ipyDir ++
"/lib/python2.7/site-packages\"] + sys.path"] "/lib/python2.7/site-packages\"] + sys.path"]
......
...@@ -19,6 +19,8 @@ var concealExtension = (function() { ...@@ -19,6 +19,8 @@ var concealExtension = (function() {
"=>": "", "=>": "",
">>=": ">>=", ">>=": ">>=",
"forall": "", "forall": "",
"<=": "",
">=": "",
}; };
// Concealable infix elements // 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