I tried to follow the tutorial on vs aspect, but an error occurred.as follows:
I enter: ~/aspect/aspect tutorial.prm
bash: /home/ubuntu/aspect/aspect: No such file or directory
Then found this path,it shows:“aspect”:broken link
please help me,thanks
I found someone who had the same question as me.But i cant find a solution to this question.Can someone tell me where the new of directory the execuate is.
Dear beixin,
Welcome to the ASPECT community!
How did you compile ASPECT?
If you’ve already compiled it and just need to find the executable, you can run: locate aspect
(This assumes your system is indexed; if not, you can run sudo updatedb
first.)
If you can’t find the executable, let us know how you installed/compiled ASPECT (e.g., using candi, manually with CMake…). That will help us answer your question.
Best wishes,
Bob
Dear Bob
I am a beginner. Currently, I used the Virtual Box on the website to import a virtual machine, then copied the GitHub folder from the video into the virtual machine. I am using the prm file in the “Day 1” folder. Do I need to run sudo updatedb?
Best wishes,
beixin
Did you try ~/aspect/build/aspect-release
instead of ~/aspect/aspect
?
See here: Running ASPECT models — ASPECT 3.1.0-pre
Best wishes,
Bob
I didn’t notice this point earlier. Thank you very much, the problem is resolved now