Skip to content

Instantly share code, notes, and snippets.

@geraldgong
Created May 25, 2020 15:26
Show Gist options
  • Save geraldgong/dde842c4102ce02009825ec39e5d5cc8 to your computer and use it in GitHub Desktop.
Save geraldgong/dde842c4102ce02009825ec39e5d5cc8 to your computer and use it in GitHub Desktop.
uninstall the environment
.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