Terminal auto detect python .venv #41141
Unanswered
ronnyascencio
asked this question in
Help and General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello wondering if there is a way to make zed to detect in terminal the venv in sub folders, I am using UV to get different versions of python and .venv in a sub folders inside of a project and wondering if when thermal can identify de .venv according file opened
├── cli( .venv python 3.13)
│ ├── init.py
├── core
│ ├── test
│ └── xolo_core(venv python 3.13)
├── dcc(.venv 3.11)
├── gui(.venv python 3.11)
like this so i need to run code inside the folder but need to run it in terminal and need to change the virtual environment manually? in the terminal? or there is a way that zed can change it automatically
Beta Was this translation helpful? Give feedback.
All reactions