have different version of python installed to my Mac, when I opened vs studio code it said I am using version 2.7.16 while the terminal for my Mac said its 3.8.5. How am I going to config that?
Related
I have recently installed debian10 and VSCode. I have checked the currently installed version of python on my system is and it is python 3.7.3. This is also the version returned by python --version. When running python --version in terminal of vscode it returns python 3.8.8. When i go to select the python interpreter it only gives me options to select python 3.8.8. If i specify the path python i am currently using(python 3.7.3) it does not recognize it, or the other python versions there, which include python 2.7 etc. The path is /usr/bin . please help, ive been strugling with this for so long now.
Have you tried updating to the newest version of python? If not, try and it should work fine after.
I using pycharm 2018.3.7 (beacuse I have a 32-bit pc) and i have python 3.8.5 when i am choosing the
the interpreter python from appdata/local/programs/python, it is showing python 3.7 (in pycharm only) but when i use idle and other ide's they are showing python 3.8.5.
why is it so....?
please help me
I am trying to change python version from 3.9.0 to 3.7.6 from visual studio code interpreter. But when I checking python version from terminal it's showing me 3.9.0. see the picture
how to switch from 3.9.0 to 3.7.6 in visual studio. see the second picture. it showing notification 3.7.6 at the bottom but when checking version from terminal it's giving me 3.9.0
probably you are still interested in answer to this question.
If you want to set the proper python interpreter, you can type it directly in terminal:
specific python interpreter: py -3.9
default python interpreter: python
Moreover, it is highly recommended to use default directory for python while installation.
terminal commands for Win
I've tried to upgrade Python version to 3.8 and when I want to add the interpreter in PyCharm I get the following:
I have no idea as to why this happens. When I type python -V in the command prompt I get Python 3.8.3.
EDIT: Python version actually is updated but PyCharm still marks the code as if the version is 3.
I'm new to Python and in web dev and now I'am learning to code with Django. I'm using Atom IDE and I installed Anaconda with Python version 3.8.2.
But when I activate VirtualEnvironment and type Atom console "python" and see that the installed version of python is 2.7.16.
When I use terminal and do the same thing I see that python version is 3.8.2 as expected.
If I type in Atom "Python3" I see 3.7.3 version for some reason.
Why in Atom I see such old version of Python?
And why if I type python3 I see version lower than I installed and why in the terminal I see what I expect but not i Atom?
Thank you!