How to Install Git, Git Bash, and Virtual Python Environment (venv)

preview_player
Показать описание
How to set up virtual python environment (venv) in Visual Studio Code and PyCharm's terminal
Рекомендации по теме
Комментарии
Автор

Absolute fucking legend!! been looking for this for like 10 mins already

camiloalonso
Автор

thank you very much for your effort
I have a problem, I create a python file then I create a venv in the bash terminal, then I download a backage in the venv after activation, and then install and import a backage in the python file, but it give an error to the package import, then I run the code by the terminal
test.venv\Scripts\python.exe and then the path of the python file I created in vscode of python, and yes the code is run in the terminal but still give me an error in the python file in vscode . how could I change the directory of the file to this specific env ??when io ever I sat run it will run it in the master pyton interpreter and not in the env
pls help me I have tons of files I need to move them in venv and I don't know how .

mssafy