We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bcd3fd + fd4540e commit 0d0eb39Copy full SHA for 0d0eb39
INSTALL.rst
@@ -294,14 +294,14 @@ without fiddling with environment variables::
294
conda install -c conda-forge msinttypes
295
296
# copy the libs which have "wrong" names
297
- set LIBRARY_LIB=%CONDA_DEFAULT_ENV%\Library\lib
+ set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
298
mkdir lib || cmd /c "exit /b 0"
299
copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
300
copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
301
302
# Make the header files and the rest of the static libs available during the build
303
# CONDA_DEFAULT_ENV is a env variable which is set to the currently active environment path
304
- set MPLBASEDIRLIST=%CONDA_DEFAULT_ENV%\Library\;.
+ set MPLBASEDIRLIST=%CONDA_PREFIX%\Library\;.
305
306
# build the wheel
307
python setup.py bdist_wheel
0 commit comments