Python Forum
my venv is not loading - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: my venv is not loading (/thread-41794.html)



my venv is not loading - njoki - Mar-20-2024

i created a virtual environment in my command prompt and activated it. i then opened my files through vs code but when i want to activate the previously created virtual environment through the command 'workon' my vs code gives me an error message and i cannot continue with my project unless i can access that specific virtual environment. please help


RE: my venv is not loading - snippsat - Mar-20-2024

Look at this post
So can click down in right corner or search in commands Python: Select Interpreter.
Environment made with Python venv will look like this 3.12('demo_env': venv) in VS Code..