Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created February 11, 2018 21:40
Show Gist options
  • Save b0noI/134442a83738876ff01480dd2baeaa8a to your computer and use it in GitHub Desktop.
Save b0noI/134442a83738876ff01480dd2baeaa8a to your computer and use it in GitHub Desktop.
mkdir -p ~/anaconda3/envs/tf_cu90/etc/conda/deactivate.d
touch ~/anaconda3/envs/tf_cu90/etc/conda/deactivate.d/deactivate.sh
vim ~/anaconda3/envs/tf_cu90/etc/conda/deactivate.d/deactivate.sh
chmod +x ~/anaconda3/envs/tf_cu90/etc/conda/deactivate.d/deactivate.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment