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 eef9a2c commit f34152bCopy full SHA for f34152b
.virtualenvwrapper/postactivate
@@ -0,0 +1,6 @@
1
+# -*- shell-script -*-
2
+
3
+#export PYENCHANT_LIBRARY_PATH=/opt/homebrew/Cellar/enchant/2.6.4/lib/libenchant-2.2.dylib
4
+if [ $(uname) = Darwin ]; then
5
+ export PYENCHANT_LIBRARY_PATH=$(brew list enchant | grep 'libenchant-.*\.dylib' | head -n 1)
6
+fi
.virtualenvwrapper/predeactivate
@@ -0,0 +1,3 @@
+unset PYENCHANT_LIBRARY_PATH
0 commit comments