November 11, 2023, 11:23
bash source ~/venv/bin/activate python yourscript.pyyou first activate your venv using the source command, you should see the name (venv) in your terminal before the path and all that. Now, you run your python script from that terminal.
pip install --break-system-packages spherov2do?