Created
February 11, 2018 21:40
-
-
Save b0noI/134442a83738876ff01480dd2baeaa8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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