How to use Python virtual environment in VS Code

If you have created a python virtual environment and wish to use it to run your code in Visual Studio Code, follow these steps: Open VS Code and click on the Python Interpreter at the bottom. Alternatively, you can click Ctrl+Shift+P and Select ‘Python: Select Interpreter’. Click on ‘Enter interpreter path’, and then click on… Continue reading How to use Python virtual environment in VS Code