« Minimal Reproducible »

Home Tags About GitHub

Setup conda virtual env

Published at 2024-09-17
Licensed under CC BY-NC-SA 4.0 softwares-and-toolszed

Setup conda virtual env

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

pyrightconfig.json:

{
  "venv": "envname",
  "venvPath": "/home/user/miniforge3/envs"
}

or pyrightconfig.json:

{
  "executionEnvironments": [
    {
      "python": "<path_to_conda_env>/bin/python"
    }
  ]
}

« Minimal Reproducible »

Powered by Astro