2012
Trying to install NEST on a OSX 10.8 machine and getting a [code] sed: RE error: illegal byte sequence[/code] error on make install? It seems OSX Lion has some issues with…
Add several commands to queue at once [code lang=”bash”] echo “call0;call1;” | at -q b -m now [/code] Delete all queued jobs [code lang=”bash”] atrm $(atq | cut…
This took a short while to figure out, since most guides out there are written for pre OSX 10.7. I guess this should work for 10.7 and 10.8…
Just in case anybody encounters this as well, I just had a build error while trying to build gwPython though MacPorts. It seems the OSX 10.6 SDK is…