Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvcc: not found #56

Closed
TianMingChen opened this issue Dec 2, 2019 · 5 comments
Closed

nvcc: not found #56

TianMingChen opened this issue Dec 2, 2019 · 5 comments

Comments

@TianMingChen
Copy link

build.sh: 11: build.sh: nvcc: not found
image
hello,such problem hapeened,i have write the path in ~/.bashrc ,do you have some solution?
export CUDA_HOME=/usr/local/cuda
export PATH=$PATH:/usr/local/cuda-9.0/bin
export PATH=/usr/local/cuda-9.0/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

@TianMingChen
Copy link
Author

image
it have nvcc install

@TianMingChen
Copy link
Author

image

@TianMingChen
Copy link
Author

image

@speedinghzl
Copy link
Owner

I notice that you run the script with sudo. That's the problem.

@TianMingChen
Copy link
Author

I notice that you run the script with sudo. That's the problem.

Wow,Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants