blob: f07249d4fe461c2da90ce8e4c4e91690c0dd6b8e (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ======================================================
echo GeNN installed!
echo You may have to log out and log back in again so that the CUDA_PATH environment variable is set.
echo ======================================================
source /etc/profile.d/cuda_path.sh
}
|