# Select venv in vscode To select a [venv](../../code/technologies/venv.md) virtual environment that can run your python code type: ```STR + SHIFT + P``` Enter ```Python: Select Interpreter``` Scroll down and choose the project for that you want to configure the venv Select `Enter interpreter path` Chose the path `bin/python3` relative to the venv directory by clicking on `Find...` Ipython bug: [ipython-notebook-with-venv](../../code/bugs/ipython-notebook-with-venv.md)