using ubuntu 24.04, cursor 0.47.9.
have a vs code python project folder in folder /home/user/abc/;
& installed python library in /home/user/abc/.venv/
but using cursor python it is unable to detect the python library. it is using default /usr/lib/python.
python:select interpreter had set the venv to /.venv/bin/python
dont know how to force cursor to load python library from /home/user/abc/.venv/
Thanks for help