On Wednesday, September 24, 2014 6:57:34 PM UTC-5, Shawn Bright wrote:
> hello all.
>
>
>
> i have a linux computer that i use to run a GUI (wxGTK) program. In this
> program, there is a call to run an external ruby script.
>
>
>
> command = "ruby run_my_command.rb &"
>
> os.system(comman
On 24Sep2014 16:57, Shawn Bright wrote:
i have a linux computer that i use to run a GUI (wxGTK) program. In this
program, there is a call to run an external ruby script.
command = "ruby run_my_command.rb &"
os.system(command)
however, when it runs, i get this in the terminal
sh: 1: ruby: not
hello all.
i have a linux computer that i use to run a GUI (wxGTK) program. In this
program, there is a call to run an external ruby script.
command = "ruby run_my_command.rb &"
os.system(command)
however, when it runs, i get this in the terminal
sh: 1: ruby: not found
i had considered that