Published
- 1 min read
creating venv on vscode linux
The solution for this is noted below
creating venv on vscode linux
Solution
python3 -m venv .venv
source .venv/bin/activate
Try other methods by searching on the site. That is if this doesn’t work