use bash explicitly
This commit is contained in:
parent
e94be54f97
commit
dc0316512f
@ -6,7 +6,7 @@ import subprocess
|
||||
|
||||
# Start the local mongodb as a background task
|
||||
binder_folder = os.path.join(os.getcwd(), 'binder')
|
||||
subprocess.check_call(['init'], shell=True, cwd=binder_folder)
|
||||
subprocess.check_call(['bash', 'init'], shell=True, cwd=binder_folder)
|
||||
|
||||
# Launch Jupyter
|
||||
argv = sys.argv[1:]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user