Backend Virtual Environment

Activate the python virtual environment in the backend directory. Use when this capability is needed.

tomevault-io 0833dac 2 files · 1.3 KB Updated

File contents

Activate Python Virtual Environment

Most task can be done via uv, but in certain cases you may want to run python commands directly, in that case you need to activate the python virtual environment first.

cd ./backend
source .venv/bin/activate

if there is no virtual environment, create one:

cd ./backend
uv sync

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/jpmolinamatute--arch-stats--backend-virtual-environment commit 0833daccf0

Frequently asked questions

npx skillmds@latest add tomevault-io/backend-virtual-environment