Skip to content

Instantly share code, notes, and snippets.

@mattirish
Last active April 29, 2025 10:30
Show Gist options
  • Save mattirish/4c04c0a64654760c0c3ff040b07ff181 to your computer and use it in GitHub Desktop.
Save mattirish/4c04c0a64654760c0c3ff040b07ff181 to your computer and use it in GitHub Desktop.
Easily move a conda environment to a different drive on Windows without touching with conda
@JulienGadanho
Copy link

mklink /D "D:<your username>\conda" "C:\Users<your username>\AppData\Local\conda\conda" for Windows

@bogdanscarwash
Copy link

this worked, thank you so much

@kuco0614
Copy link

Huge thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment