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. I'm using the Chromium browser. Any 
suggestions on how to fix this?

In[1]:  ENV["JULIA_EDITOR"]
Out[1]: "/usr/bin/vi"

In[2]: @edit sin(1.1)

Vim: Warning: Output is not to a terminal
Vim: Warning: Input is not from a terminal

Reply via email to