/<path-to-venv>/bin/python
. The same is true for pip
commands.
So if you are attempting to install new packages into a qBraid environment from terminal or inside a notebook, make sure to use the full
pip path.
Simply running pip install ...
will default to /opt/conda/bin/pip
, which will cause dependency conflicts, and the installed packages
will be overridden the next time you launch lab.
/opt/conda/bin
. Packages that are installed directly at this top-level will not persist between sessions. Instead,
use the qBraid CLI to list your environments,