vscode-python: venv does not activate on my manjaro system for zsh
I just tested it again on my manjaro system and can confirm that the venv is not activated in zsh:
Systeminfo
Version: 1.86.1
Commit: 31c37ee8f63491495ac49e43b8544550fbae4533
Date: 2024-02-07T09:07:19.849Z
Electron: 27.2.3
ElectronBuildId: 26495564
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Linux x64 6.6.10-1-MANJARO
In my last https://github.com/microsoft/vscode-python/issues/22881#issuecomment-1935628027, I’ve tested it successfully on windows+wsl with zsh.
Her are the logs of my manjaro system with the last fix from https://github.com/microsoft/vscode-python/issues/22881#issuecomment-1936995608: Python.log
_Originally posted by @matt-hires in https://github.com/microsoft/vscode-python/issues/22881#issuecomment-1937102738_
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Reactions: 1
- Comments: 27
Commits related to this issue
- Log options being passed when using environment collection APIs (#22907) For https://github.com/microsoft/vscode-python/issues/22899 — committed to microsoft/vscode-python by deleted user 5 months ago
Ok great, thanks for confirming. It seems automatic shell integration for zsh shell isn’t working for you, same as https://github.com/microsoft/vscode/issues/205133. I encourage you to upvote that to raise awareness and priority.
As a workaround, try manual installation, which I expect should fix your issues: https://code.visualstudio.com/docs/terminal/shell-integration#_manual-installation.
Workaround was also working for me, thx for your effort @karrtikr.
Yes, the “Manual installation” solved it on my system! Thanks and I also upvoted https://github.com/microsoft/vscode/issues/205133