xiaotaoqi

Results 1 comments of xiaotaoqi

```shell $ ls reqable-app-linux-x86_64.AppImage run_reqable.sh $ $ cat run_reqable.sh #!/bin/bash # 设置特定的环境变量 export LD_LIBRARY_PATH=/home/xxxxx/miniconda3/lib # 执行您的可执行文件 ./reqable-app-linux-x86_64.AppImage $ ``` 软件 reqable 已成功运行!