/bin/sh: 1: :/usr/local/cuda/bin/nvcc: not found2022-10-08设置cuda的环境变量即可:export CUDA_HOME=/usr/local/cuda nvcc是cuda的编译器,更多关于cuda的信息:深度学习GPU环境准备