@@ -575,7 +575,7 @@ class ShellCommandBeforeTest(TestCase):
575575 {
576576 'window_name' : 'editor' ,
577577 'start_directory' : '~' ,
578- 'shell_command_before' : 'source .env /bin/activate' ,
578+ 'shell_command_before' : 'source .venv /bin/activate' ,
579579 'panes' : [
580580 {
581581 'shell_command' : ['vim' ],
@@ -626,7 +626,7 @@ class ShellCommandBeforeTest(TestCase):
626626 {
627627 'window_name' : 'editor' ,
628628 'start_directory' : os .path .expanduser ('~' ),
629- 'shell_command_before' : ['source .env /bin/activate' ],
629+ 'shell_command_before' : ['source .venv /bin/activate' ],
630630 'panes' : [
631631 {
632632 'shell_command' : ['vim' ],
@@ -680,15 +680,15 @@ class ShellCommandBeforeTest(TestCase):
680680 {
681681 'window_name' : 'editor' ,
682682 'start_directory' : os .path .expanduser ('~' ),
683- 'shell_command_before' : ['source .env /bin/activate' ],
683+ 'shell_command_before' : ['source .venv /bin/activate' ],
684684 'panes' : [
685685 {
686- 'shell_command' : ['source .env /bin/activate' , 'vim' ],
686+ 'shell_command' : ['source .venv /bin/activate' , 'vim' ],
687687 },
688688 {
689689 'shell_command_before' : ['rbenv local 2.0.0-p0' ],
690690 'shell_command' : [
691- 'source .env /bin/activate' ,
691+ 'source .venv /bin/activate' ,
692692 'rbenv local 2.0.0-p0' , 'cowsay "hey"'
693693 ]
694694 },
0 commit comments