Automatically Activate Python Virtual Environment in VScode for Django Project
Have your Python virtual environment already loaded and ready to go when you open your Django Project in Visual Studio Code
### config.json for workspace
{
"folders": [
{
"path": "."
}
],
"settings": {
"python.terminal.activateEnvInCurrentTerminal": true,
"python.defaultInterpreterPath": "/Users/johnsolly/Documents/code/blogthedata/venv/bin/python3"
}
}
Видео Automatically Activate Python Virtual Environment in VScode for Django Project канала John Solly
### config.json for workspace
{
"folders": [
{
"path": "."
}
],
"settings": {
"python.terminal.activateEnvInCurrentTerminal": true,
"python.defaultInterpreterPath": "/Users/johnsolly/Documents/code/blogthedata/venv/bin/python3"
}
}
Видео Automatically Activate Python Virtual Environment in VScode for Django Project канала John Solly
Комментарии отсутствуют
Информация о видео
28 января 2022 г. 23:52:34
00:02:05
Другие видео канала