qBraid environments are simply Python virtual environments in disguise. The qBraid CLI provides convenient short-cuts to activate and install packages into your qBraid environments, however all of the traditional commands to activate and manipulate Python venvs still apply. For example, you can activate an environment using the source command:Documentation Index
Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt
Use this file to discover all available pages before exploring further.
/<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.
Install package
From Launcher, under “Other”, click on Terminal. By default, your qBraid terminal opens using Python (and pip) from/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,
