Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eef9a2c + f34152b commit d56b05fCopy full SHA for d56b05f
2 files changed
.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