How to select a Python virtual environment in LunarVim

2k Views Asked by At

I want to select a Python virtual environment for each of my different Python projects within LunarVim. In VSCode this would be "F1 -> Select Python Interpreter". How can I do this in LunarVim?

1

There are 1 best solutions below

0
On

I use this swenv.nvim plugin to solve this problem.