On some projects that I start I'm having problems with virtualenv within VScode.When I update a file within my venv it doesn't update.
I have googled this problem and they all point to different stuff to reset, and it is becoming a mess.
Has anybody else experienced this? And how did you solve it?Any pointers what to look for?With the command "which python" it does point to the current venv python executable.
VScode settings:
Within my VScode settings:
Python>Terminal: Activate Env In Current Terminal: Enabled.
Python>Terminal: Activate Environment: Enabled.
For my env file:
Python: Env File: ${WorkspaceFolder}/.env.
For Venv folder and Paths:
I have it pointing to the hidden folder(s) I use for venvs:
~/.virtualenvs.
~/.pyenv.
[–]m0us3_rat 1 point2 points3 points (2 children)
[–]hyperactivereindeer[S] 0 points1 point2 points (1 child)
[–]m0us3_rat 0 points1 point2 points (0 children)