Last active
February 11, 2018 21:32
-
-
Save b0noI/1275684b3b8696c3109cd6e4e2e49794 to your computer and use it in GitHub Desktop.
This file contains 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/activate.d | |
touch ~/anaconda3/envs/tf_cu90/etc/conda/activate.d/activate.sh | |
vim ~/anaconda3/envs/tf_cu90/etc/conda/activate.d/activate.sh | |
chmod +x ~/anaconda3/envs/tf_cu90/etc/conda/activate.d/activate.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment