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 b15e16a commit 0dbf276Copy full SHA for 0dbf276
matplotlib.h
@@ -66,7 +66,8 @@ static bool __XXX_YYY_ZZZ_INIT__() {
66
#ifdef _WIN32
67
const std::string PYTHONHOME = CONDA_PREFIX + R"(\lib)";
68
const std::string PYTHONPATH = PYTHONHOME + ";" + PYTHONHOME +
69
- R"(\site-packages)";
+ R"(\site-packages;)" + CONDA_PREFIX +
70
+ R"(\DLLs)";
71
_putenv_s("PYTHONHOME", PYTHONHOME.c_str());
72
_putenv_s("PYTHONPATH", PYTHONPATH.c_str());
73
#else
0 commit comments