Skip to content

Instantly share code, notes, and snippets.

@cfriedline
Created August 14, 2015 15:05
Show Gist options
  • Save cfriedline/35c59ecdf0421cd12fb3 to your computer and use it in GitHub Desktop.
Save cfriedline/35c59ecdf0421cd12fb3 to your computer and use it in GitHub Desktop.
ipython module error using "!" (e.g., !ls)
/bin/sh: module: line 1: syntax error: unexpected end of file
/bin/sh: error importing function definition for `module'
#!/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