Comment on Python: The homogenization of scientific computingparentComments−est12ythe shit would happen if you abuse LD_LIBRARY_PATH or PATH for C/C++ shared libraries.Many bad python code witll sys.path.insert() which would also cause this.By bad system I didn't mean your awesome IBM BlueGene, but the running system happened to use Python as language.
Comments
the shit would happen if you abuse LD_LIBRARY_PATH or PATH for C/C++ shared libraries.
Many bad python code witll sys.path.insert() which would also cause this.
By bad system I didn't mean your awesome IBM BlueGene, but the running system happened to use Python as language.