flathub / flathub/com.visualstudio.code
When the python project is opened, the terminal cannot activate the virtual environment
Đang mở
- Ngôn ngữ chính
- Shell
- Star
- 217
- Fork
- 82
- Merge trung bình
- 1 ngày 7 giờ
- Pull request đã merge (30 ngày)
- 1
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.