Open gnome terminal programmatically and execute commands after bashrc was executed

后端 未结 5 1029
终归单人心
终归单人心 2020-12-29 00:21

I try to build a little script to start my development environment. For that task I try to open a gnome terminal with several tabs where automatically the rails server and a

5条回答
  •  感情败类
    2020-12-29 01:18

    I'm assuming the error arises because PATH is not set at the time gnome-terminal tries to run rails.

    Why not use the full path to the rails server, or create a script that sets the PATH variable?

提交回复
热议问题