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 bc93537 commit 97a997eCopy full SHA for 97a997e
pysces/__init__.py
@@ -64,7 +64,7 @@
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):
+if os.sys.platform=='win32' and os.path.isdir(extra_dll_dir):
68
os.environ["PATH"] += os.pathsep + extra_dll_dir
69
70
if os.sys.platform == 'win32':
0 commit comments