JanLahmann / RasQberry

The RasQberry project: Exploring Quantum Computing and Qiskit with a Raspberry Pi and a 3D Printer
Apache License 2.0
136 stars 25 forks source link

after interruption of one-click-install, RasQ-init.sh cannot be run again #148

Open JanLahmann opened 1 year ago

JanLahmann commented 1 year ago

IF the one-click-install procedure gets interrupted, RasQ-init.sh can be called, but returns with our any action or output.

JanLahmann commented 1 year ago

This is caused by the "INTERACTIVE" parameter that is used in RasQ-init.sh. To run an interactive session using the terminal-based menu, this needs to be true, but it is set to false when starting one-click install and not restored to true if the one-click install doesn't run until the end.

To fix this, edit the file RasQberry/rasqberry_environment.env, set INTERACTIVE=true, and rerun . ./RasQ-init.sh.