Skip to content

Instantly share code, notes, and snippets.

@Zhenlin-Xu
Last active November 23, 2024 22:56
Show Gist options
  • Save Zhenlin-Xu/8c052b699bc79de86285db90a585d9f0 to your computer and use it in GitHub Desktop.
Save Zhenlin-Xu/8c052b699bc79de86285db90a585d9f0 to your computer and use it in GitHub Desktop.
[Python] Conda command not found, after running the miniconda installation script in linux
# miniconda
export PATH="/home/USERNAME/miniconda3/bin:$PATH"
# mambaforge
source ~/mambaforge/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment