Created
May 25, 2020 15:26
-
-
Save geraldgong/dde842c4102ce02009825ec39e5d5cc8 to your computer and use it in GitHub Desktop.
uninstall the environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: clean-conda-env | |
clean-conda-env: ## Remove the conda environment and the relevant file | |
rm -rf $(CONDA_ENV_NAME) | |
rm -rf $(CONDA_ENV_NAME).zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment