我使用的是ubuntu 12.04.我已将以下行添加到我的bashrc文件和bash_profile中。 bash-profile文件由我创建,以便添加行
export CUDA_INSTALL_PATH="/opt/cuda"
export PATH="${CUDA_INSTALL_PATH}/bin:${PATH}"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/cuda/lib:/opt/cuda/lib64
现在,当我打开终端时,它正在显示
bash: export: `/opt/cuda': not a valid identifier
问题是什么?应该改变什么
答案 0 :(得分:0)
=
之后有空格。摆脱它,你想要它两边都没有空格。