Created
January 16, 2019 17:53
-
-
Save planetceres/c751b4e65833366593de68a994855e66 to your computer and use it in GitHub Desktop.
CUDA Deactivate Script
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
| #!/bin/sh | |
| export PATH=$ORIGINAL_PATH | |
| unset ORIGINAL_PATH | |
| export LD_LIBRARY_PATH=$ORIGINAL_LD_LIBRARY_PATH | |
| unset ORIGINAL_LD_LIBRARY_PATH |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chmod +x ~/ .cudadeactivateActivate:
source ~/ .cudaactivate_9.0Deactivate:
source ~/ .cudadeactivate