I want to call module avail and module laod during my python code using subprocess.call which is something like this.
subprocess.call(['module avail calibre','&','module load calibre'])
But when I run this code it returns:
OSERROR (2, 'No such file or directory')
Any help regarding subprocess??