From fd4540e1b32230b882922f52750a1317926db132 Mon Sep 17 00:00:00 2001 From: ImportanceOfBeingErnest Date: Tue, 27 Mar 2018 19:31:50 +0200 Subject: [PATCH] Update install instructions for win --- INSTALL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index ac21f225a245..2c65af70c100 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -294,14 +294,14 @@ without fiddling with environment variables:: conda install -c conda-forge msinttypes # copy the libs which have "wrong" names - set LIBRARY_LIB=%CONDA_DEFAULT_ENV%\Library\lib + set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib mkdir lib || cmd /c "exit /b 0" copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib # Make the header files and the rest of the static libs available during the build # CONDA_DEFAULT_ENV is a env variable which is set to the currently active environment path - set MPLBASEDIRLIST=%CONDA_DEFAULT_ENV%\Library\;. + set MPLBASEDIRLIST=%CONDA_PREFIX%\Library\;. # build the wheel python setup.py bdist_wheel