On Wednesday, August 24, 2016 at 1:35:21 PM UTC-4, Bill Maier wrote:
>
> I'm trying to get @edit to work in ijulia, running on Linux Mint 18 64-bit 
> with Julia built from the latest source code. I have the environment 
> variable JULIA_EDITOR set to /usr/bin/vi. However when I run the @edit 
> command I get warnings that input and output are not to a terminal and I 
> can't actually edit the code.
>

If you are using IJulia from your browser, then you are not running in a 
terminal.  vi can't open in a browser.   You need to set JULIA_EDITOR to 
something that can open a new window, e.g. "atom" (if you like Atom) or 
"gnome-terminal --execute vi" (for vi in gnome-terminal), etcetera.

Reply via email to