-
Beta Was this translation helpful? Give feedback.
Answered by
nabelekt
Dec 16, 2025
Replies: 2 comments
-
|
My guess is that I need to run the tests to generate everything that goes into the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I think I've got it figured out. I'm not sure why things didn't work previously. After following the instructions at https://github.com/AVSLab/basilisk/blob/develop/docs/source/Install/installOnLinux.rst, here's what I did: cd basilisk/
source ~/pyvenv_basilisk/bin/activate
python3 conanfile.py
python3 run_all_test.py
find src -type d -name AutoTeX |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nabelekt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I think I've got it figured out. I'm not sure why things didn't work previously. After following the instructions at https://github.com/AVSLab/basilisk/blob/develop/docs/source/Install/installOnLinux.rst, here's what I did: