Python venv symlink confirmed | Generated by AI

Home 2026.07

You’re right. The .venv is just a symlink to the system one — they’re the same thing:

.venv/bin/python3.12 -> /usr/bin/python3.12

So either way works. And the system’s python3.12 already has everything installed:

So just:

cd /mnt/data/nano-vllm
python3.12 experiments/04_scheduler_watch.py

No venv activation needed.


Generated by AI. Curating and sharing still takes effort. If you find it useful, feel free to donate. WeChat: @lzwjavaWeChat QR · X: @lzwjava · Say hi 👋

Back Donate