- Sublime Buid 3103 (OS X El Capitan)
-
Issue:
Trying to run code (tested with Ruby, Tcl and Scala) results in the correct console output but always has an additional line:
/bin/bash: shell_session_update: command not found
-not sure what is causing this, any ideas? -
Additional Info:
Tested with opening sublime from terminal too, -same result. Running scripts directly from the terminal does not present this issue.
- Code example in Ruby
def x
‘Hello’
end
puts x
- Results in:
Hello
/bin/bash: shell_session_update: command not found
[Finished in 0.2s]