how to

Setup conda virtual env

Sep 17, 2024
softwares-and-toolszed
1 Minutes
19 Words

Setup conda virtual env

see: https://github.com/zed-industries/zed/discussions/6564

pyrightconfig.json:

1
{
2
"venv": "envname",
3
"venvPath": "/home/user/miniforge3/envs"
4
}

or pyrightconfig.json:

1
{
2
"executionEnvironments": [
3
{
4
"python": "<path_to_conda_env>/bin/python"
5
}
6
]
7
}
Article title:Setup conda virtual env
Article author:Julyfun
Release time:Sep 17, 2024
Copyright 2025
Sitemap