no virtual environment
My previous projects have a venv directory and the terminal shows an activated virtual environment (venv).
Now when I create a project there is no venv directory and now activated virtual environment.
What am I missing?
Please sign in to leave a comment.
Hello,
Do you specify the new environment location IN the project? See the example on the screenshot:
It works. Thank you
How did it solve the problem? I have kind of the same problem.
When I went to the New Project page displayed in the original suggestion and made sure the New Project location and the virtual environment location were the same (except for venv added to the project directory). The terminal showed that the virtual environment was created and activated by displaying (venv) in the terminal before the current working directory.