We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc8f6d commit bc93537Copy full SHA for bc93537
pysces/__init__.py
@@ -63,6 +63,10 @@
63
__USE_GNUPLOT__ = False
64
__SILENT_START__ = False
65
66
+extra_dll_dir = os.path.join(os.path.dirname(__file__), '.libs')
67
+if os.path.isdir(extra_dll_dir):
68
+ os.environ["PATH"] += os.pathsep + extra_dll_dir
69
+
70
if os.sys.platform == 'win32':
71
__PyscesConfigDefault = PyscesConfig.__DefaultWin
72
else:
0 commit comments