You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ apk add --update libmagic
72
72
# RHEL
73
73
yum install file-libs
74
74
```
75
-
75
+
76
76
### Windows
77
77
78
78
The DLLs that are bundled in the Windows wheels are compiled by @julian-r
@@ -92,6 +92,8 @@ brew install libmagic
92
92
port install file
93
93
```
94
94
95
+
If python-magic fails to load the library it may be in a non-standard location, in which case you can set the environment variable `DYLD_LIBRARY_PATH` to point to it.
96
+
95
97
### SmartOS:
96
98
- Install libmagic for source https://github.com/threatstack/libmagic/
97
99
- Depending on your ./configure --prefix settings set your LD_LIBRARY_PATH to <prefix>/lib
0 commit comments