RSSAmplifier

RayGervais · Nov 28, 2022

Leveraging Python Virtual Environments in VS Code

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

This past week, I learned an interesting trick which completely changed how I’ll approach writing Python projects in VS Code. See, my previous workflow was the following, which all things considered I’d like to think is sane: # Create a new directory for the project, let's name it `example` in this case mkdir example cd example mkdir src # Create a virtual environment python3 -m venv…

Read on /articles/2022/11/python_venv/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.