我使用的是 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
有什么问题。应该改变什么