Base interpreter
Hi, I have installed Python 3.10.4, however when I go to New Project and chose "New environment using_virtualenv" it just shows Python 3.8. The only way I see 3.10 is when I switch the "New environment using" to Conda. What do I need to do in order to get Python 3.10.4 in "virtualenv"?
Thanks in advance.


Please sign in to leave a comment.
Hi, you can open the drop-down list for the base interpreters and select python 3.10 from there. If it's not there, you can add it manually by clicking the ellipsis icon. For this, you must know where python 3.10 was installed.
HI, thank you for your prompt response. It worked.
I appreciated.