flathub / flathub/com.visualstudio.code
When the python project is opened, the terminal cannot activate the virtual environment
Open
- Dominant language
- Shell
- Stars
- 217
- Forks
- 82
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
Good, ubuntu24+vscode 1.97 a project,
.vscode/settings.json
`"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"args": [
"-c",
"Source /opt/pyenv/envpy3.12/bin/activate; bash"
]
},
"python.terminal.activateEnvironment": true,`
Open the project: menu: terminal - - > the new terminal, and can't open the virtual environment, manual **source /opt/pyenv/envpy3.12/bin/activate**; Can open, where is not configured well, thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.