Closed yesimon closed 5 years ago
Previously install_package() will first try to create the environment, which is a no-op if the environment already exists. But newest conda4 will overwrite the existing environment and replace a with an empty environment when this happens.
install_package()
In general this looks good; any particular reason for preserving the commented-out bits?
Removed commented out bits
Previously
install_package()
will first try to create the environment, which is a no-op if the environment already exists. But newest conda4 will overwrite the existing environment and replace a with an empty environment when this happens.