flathub / flathub/com.visualstudio.code
When the python project is opened, the terminal cannot activate the virtual environment
Abierto
- Lenguaje dominante
- Shell
- Estrellas
- 217
- Forks
- 82
- Merge medio
- 1 d 7 h
- PR fusionados (30 d)
- 1
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.