New release! Hashbangs in Save & Run, infrastructure tweaks, new packages


Finally, finally, finally we’ve implemented a way for people to run scripts with different flavours of Python from the “Save & Run” button.

It’s still a first-cut, but you can now use hashbangs to specify which python version will be used when you hit the “Save & Run” button in the editor.

So this:

#!/usr/bin/python3.2
print "hello"

Will produce an error. woo.

Aside from that, we’ve added a few new python packages:

And a couple of little helper executables to your tools in Bash, including tree and lsyncd (more on that later).

Thanks to aramik, Cartroo, cwbh10, transium, johkershaw and jhafranco for their suggestions which got into this release.

comments powered by Disqus