Vs Code Make Python Virtual Env

[Solved] Vs Code Make Python Virtual Env | Solidity - Code Explorer | yomemimo.com
Question : vs code make python virtual env

Answered by : kasper-trouwee

python -m venv venv
.\.venv\Scripts\activate

Source : https://stackoverflow.com/questions/54106071/how-can-i-set-up-a-virtual-environment-for-python-in-visual-studio-code | Last Update : Tue, 03 May 22

Question : python venv vscode

Answered by : edi-sugiarto

# in terminal
`python -m venv venv

Source : | Last Update : Sun, 29 May 22

Question : create Virtual Environment in Python using VS Code

Answered by : manish-bhusal

Open folder in VS Code
Type following command in terminal...
python -m venv D:\.vscode\Python\Selenium\demo1\venv
( venv=virtual Environment
D:.vscode\Python\Selenium\demo1=path of your current folder
\venv=name of your virtual environment )
Then, type Ctrl+Shift+P, select interprerter i.e. python.exe path
which is inside "\venv\Scripts\"

Source : | Last Update : Thu, 24 Nov 22

Answers related to vs code make python virtual env

Code Explorer Popular Question For Solidity