conda v3.18.2 Release Notes

Release Date: 2015-10-12 // over 8 years ago
    • add "conda list --explicit" which contains the URLs of all conda packages to be installed, and can used with the install/create --file option, #1688
    • fix a potential issue in conda clean
    • avoid issues with LookupErrors when updating Python in the root environment on Windows
    • don't fetch the index from the network with conda remove
    • when installing conda packages directly, "conda install .tar.bz2", unlink any installed package with that name (not just the installed one)
    • allow menu items to be installed in non-root env, #1692