billions-toddler-52776
07/06/2024, 4:36 AMpants export --resolve=python-default
and run Select python interpreter
in VSCode, where I select dist/export/python/virtualenvs/python-default/3.9.19/bin/python
At this point I expect that vscode activates venv, but it behaves like I selected /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/bin/python3.9
without virtual env and does not see packages in exported venvbillions-toddler-52776
07/06/2024, 4:42 AMbillions-toddler-52776
07/06/2024, 4:44 AMcurved-television-6568
07/06/2024, 5:03 AMsource dist/export/python/virtualenvs/python-default/3.9.19/bin/activate
?billions-toddler-52776
07/06/2024, 5:52 AMbillions-toddler-52776
07/06/2024, 5:54 AMcurved-television-6568
07/06/2024, 6:45 AMbillions-toddler-52776
07/06/2024, 6:46 AMbillions-toddler-52776
07/06/2024, 4:10 PMpython3.9 -m venv
, but works fine for virtualenv
billions-toddler-52776
07/06/2024, 4:15 PMbillions-toddler-52776
07/06/2024, 4:17 PMbillions-toddler-52776
07/06/2024, 4:19 PMbillions-toddler-52776
07/06/2024, 4:54 PMcurved-television-6568
07/06/2024, 7:48 PM