consular-iterm
consular-iterm copied to clipboard
Cannot execute script
When i create an script i cannot execute it afterwards:
[david@box] ~ % consular edit test create .config/consular/test.term [david@box] ~ % consular start test /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/dsl.rb:34:in `read': No such file or directory - ~/.config/consular/test.term (Errno::ENOENT) from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/dsl.rb:34:in `initialize' from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/core.rb:20:in `new' from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/core.rb:20:in `initialize' from /Library/Ruby/Gems/1.8/gems/consular-iterm-1.0.1/lib/consular/iterm.rb:40:in `initialize' from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/cli.rb:35:in `new' from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/cli.rb:35:in `start' from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/cli.rb:255:in `call' from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/cli.rb:255:in `message_unless_file' from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/cli.rb:35:in `start' from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:22:in `send' from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:22:in `run' from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task' from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor.rb:263:in `dispatch' from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor/base.rb:389:in `start' from /Library/Ruby/Gems/1.8/gems/consular-1.0.2/bin/consular:13 from /usr/bin/consular:19:in `load' from /usr/bin/consular:19
Is this still an issue? Did you check to see you saved the file? Seems that the file doesn't exist from the output.
Can't say. Had fresh a install to 10.7 where consular worked out of the box.
This issue is when you override the config.global_path, using a relative will cause this issue.
Yes, this seems to fix the issue.