<div dir="ltr">On Fri, Aug 22, 2014 at 2:04 PM, Aaron Meurer <span dir="ltr"><<a href="mailto:aaron.meurer@continuum.io" target="_blank">aaron.meurer@continuum.io</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It does cause problems. I'm not entirely clear what happens with<br>
nested shebang lines, but you can't put<br>
<br>
#!/Users/aaronmeurer/anaconda/bin/pythonw<br>
<br>
as your shebang. If you do, it will try to run the script in bash. It has to be<br>
<br>
#!/bin/bash /Users/aaronmeurer/anaconda/bin/pythonw<br>
<br></blockquote><div><br></div><div>OK, then this is broken anyway for scripts that need a GUI and want to use a #! line to start.....so another solution really would be good.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

A (possibly weak) argument for not wanting to do a full framework<br>
build is that it would break backwards compatibility with file<br>
locations (possibly weak because the right symlinks might make<br>
everything work).  I believe the real reason is that it's (as far as<br>
we can tell) unnecessary complexity, especially given that the fake<br>
app bundle seems to work just as well.<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>for this, perhaps. But it's not all all complex, and might actually solve antoher problem (OK, my other problem) of keeping the python libs separated from all the other Anaconda libs...<br>

<br></div><div>-Chris<br></div></div><br clear="all"><br>-- <br><br>Christopher Barker, Ph.D.<br>Oceanographer<br><br>Emergency Response Division<br>NOAA/NOS/OR&R            (206) 526-6959   voice<br>7600 Sand Point Way NE   (206) 526-6329   fax<br>

Seattle, WA  98115       (206) 526-6317   main reception<br><br><a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a>
</div></div>