I am trying to use a vritualenv in my project, but after activating it with:
source venv/bin/activate
The python interpreter seems to be still the python installed directly in the machine:
(venv) antonio@antonio-Modern-14-A10RB:~/TFG$ which python
/usr/bin/python
New contributor
Antonio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.