Skip to content

Commit dc03165

Browse files
committed
use bash explicitly
1 parent e94be54 commit dc03165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import subprocess
66

77
# Start the local mongodb as a background task
88
binder_folder = os.path.join(os.getcwd(), 'binder')
9-
subprocess.check_call(['init'], shell=True, cwd=binder_folder)
9+
subprocess.check_call(['bash', 'init'], shell=True, cwd=binder_folder)
1010

1111
# Launch Jupyter
1212
argv = sys.argv[1:]

0 commit comments

Comments
 (0)