forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.102.0
- OS Version: ubuntu 22.04
Steps to Reproduce:
- Switch to the environment created by venv (python3 -m venv cs)。
- install the dependency package in the terminal of VSCode. The expectation is that the package will be installed in the virtual environment (cs), but in reality, it is installed in the path (~/.local/lib/python3.10/site-packages), resulting in the installation package being unusable.
- there is not cs environment in the sys.path.
- If you manually switch environments in the terminal of VSCode(source ~/venv/cs/bin/activate), everything will work normally.

Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team