Skip to content

Instantly share code, notes, and snippets.

@PeterWaIIace
Created September 25, 2023 23:14
Show Gist options
  • Save PeterWaIIace/fd828321e7ed646dabb41701c087a6d7 to your computer and use it in GitHub Desktop.
Save PeterWaIIace/fd828321e7ed646dabb41701c087a6d7 to your computer and use it in GitHub Desktop.
add directory to Conda's environment's path

conda env config vars set PATH=$PATH;<yourpath>

in windows use $PATH instead of %PATH%

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