Created
August 14, 2015 15:05
-
-
Save cfriedline/35c59ecdf0421cd12fb3 to your computer and use it in GitHub Desktop.
ipython module error using "!" (e.g., !ls)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/bin/sh: module: line 1: syntax error: unexpected end of file | |
/bin/sh: error importing function definition for `module' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
unset module | |
. activate conda | |
qsub -cwd -V -N inotebookX -j y -l mem_free=50G -pe smp 30 -q godel199@godel30 start_notebook_any.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment