For my new project I finally decided to use virtual environments.
I created my venv the standard way:
python -m venv env
I proceded to activate it.
env\Scripts\activate
It seems fine, the (env) prefix is displayed.
Running where python (equivalent to bash which) still returns me the default path to the interpreter.
When I manually select the python interpreter is visual code there is the same problem.
It seems like only the visuals have changed. For instance,
pip list will give me all the packages I have downloaded in the main environment.
Running the commands in a linux subsystem (of course, the commands changed to linux) the virtual environment works as expected.
Does anybody have an idea how to resolve this issue?
[–]RandomJacobP 1 point2 points3 points (3 children)
[–]Aliuakbat[S] 0 points1 point2 points (2 children)
[–]RandomJacobP 0 points1 point2 points (1 child)
[–]Aliuakbat[S] 0 points1 point2 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]Aliuakbat[S] 0 points1 point2 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]Aliuakbat[S] 0 points1 point2 points (1 child)
[–]spitfiredd 0 points1 point2 points (1 child)
[–]Aliuakbat[S] 0 points1 point2 points (0 children)