Skip to content

Instantly share code, notes, and snippets.

@ImBIOS
Created July 30, 2024 01:43
Show Gist options
  • Save ImBIOS/415a59baef13344287559549d4111284 to your computer and use it in GitHub Desktop.
Save ImBIOS/415a59baef13344287559549d4111284 to your computer and use it in GitHub Desktop.
Conda not working in Intel DevCloud
# @see https://community.intel.com/t5/Intel-DevCloud/Python-3/m-p/1591140/highlight/true#M9836
export PATH='/glob/development-tools/versions/oneapi/2024.1/oneapi/intelpython/envs/pytorch/bin/:'${PATH}
export PATH='/glob/development-tools/versions/oneapi/2024.1/oneapi/intelpython/condabin/:'${PATH}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment