anaconda – python interpreter defaulting to conda environment – Windows
I have ananconda installed on my Windows PC as well as python 3.10.
I created a virtual environment using venv in python (not using conda). Here’s what my interpreter setup looks like.
Now I am trying to open up my command line python and import a python file that I’ve created. When I open my command prompt and type “Python” I am getting my anaconda base environment every time.
I’d like to be able to import my file and then modify the file. I have added the virtual environment, and 3.10 to the windows environment PATH location, but again its always defaulting as Anaconda… Im not sure how to switch it. My goal is to be able to import a file that I created from the virtual env into the command line interpreter.
Thanks in advance
Read more here: Source link