How to add `Python 3.x` interpreter in Pycharm

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












I have just installed PyCharm 2017.3.3 and I am trying to run a project written in python 3 but it doesn't run. I have checked the setting page it has only Python 2.7 interpreter. How can I upgrade the interpreter to Python 3.x.



enter image description here



I have checked the official PyCahrm










share|improve this question





















  • What version of Ubuntu? Have you already checked this page in the PyCharm help?
    – wjandrea
    Feb 6 at 20:04














up vote
1
down vote

favorite












I have just installed PyCharm 2017.3.3 and I am trying to run a project written in python 3 but it doesn't run. I have checked the setting page it has only Python 2.7 interpreter. How can I upgrade the interpreter to Python 3.x.



enter image description here



I have checked the official PyCahrm










share|improve this question





















  • What version of Ubuntu? Have you already checked this page in the PyCharm help?
    – wjandrea
    Feb 6 at 20:04












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have just installed PyCharm 2017.3.3 and I am trying to run a project written in python 3 but it doesn't run. I have checked the setting page it has only Python 2.7 interpreter. How can I upgrade the interpreter to Python 3.x.



enter image description here



I have checked the official PyCahrm










share|improve this question













I have just installed PyCharm 2017.3.3 and I am trying to run a project written in python 3 but it doesn't run. I have checked the setting page it has only Python 2.7 interpreter. How can I upgrade the interpreter to Python 3.x.



enter image description here



I have checked the official PyCahrm







python3 pycharm






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 6 at 19:39









Atinesh

139212




139212











  • What version of Ubuntu? Have you already checked this page in the PyCharm help?
    – wjandrea
    Feb 6 at 20:04
















  • What version of Ubuntu? Have you already checked this page in the PyCharm help?
    – wjandrea
    Feb 6 at 20:04















What version of Ubuntu? Have you already checked this page in the PyCharm help?
– wjandrea
Feb 6 at 20:04




What version of Ubuntu? Have you already checked this page in the PyCharm help?
– wjandrea
Feb 6 at 20:04










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










First locate your interpreter on your Ubuntu system, then
Try these steps:



  1. From the file menu click or select settings:

enter image description here



  1. From left pane select project name, then on the right click on project interpreter

enter image description here



  1. On the right click on the project interpreter drop down arrow and choose show all from the options there.

enter image description here



  1. On the dialogue box that appears click on the + button on the right then click on Add Local text that will appear.

enter image description here



  1. In the Add local interpreter dialogue box that appears select System Interpreter then click on the three dots to the right and navigate to your python location mine is usr/bin/python3.5. And with that you should have your project use that python version.

enter image description here






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003659%2fhow-to-add-python-3-x-interpreter-in-pycharm%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    First locate your interpreter on your Ubuntu system, then
    Try these steps:



    1. From the file menu click or select settings:

    enter image description here



    1. From left pane select project name, then on the right click on project interpreter

    enter image description here



    1. On the right click on the project interpreter drop down arrow and choose show all from the options there.

    enter image description here



    1. On the dialogue box that appears click on the + button on the right then click on Add Local text that will appear.

    enter image description here



    1. In the Add local interpreter dialogue box that appears select System Interpreter then click on the three dots to the right and navigate to your python location mine is usr/bin/python3.5. And with that you should have your project use that python version.

    enter image description here






    share|improve this answer
























      up vote
      2
      down vote



      accepted










      First locate your interpreter on your Ubuntu system, then
      Try these steps:



      1. From the file menu click or select settings:

      enter image description here



      1. From left pane select project name, then on the right click on project interpreter

      enter image description here



      1. On the right click on the project interpreter drop down arrow and choose show all from the options there.

      enter image description here



      1. On the dialogue box that appears click on the + button on the right then click on Add Local text that will appear.

      enter image description here



      1. In the Add local interpreter dialogue box that appears select System Interpreter then click on the three dots to the right and navigate to your python location mine is usr/bin/python3.5. And with that you should have your project use that python version.

      enter image description here






      share|improve this answer






















        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        First locate your interpreter on your Ubuntu system, then
        Try these steps:



        1. From the file menu click or select settings:

        enter image description here



        1. From left pane select project name, then on the right click on project interpreter

        enter image description here



        1. On the right click on the project interpreter drop down arrow and choose show all from the options there.

        enter image description here



        1. On the dialogue box that appears click on the + button on the right then click on Add Local text that will appear.

        enter image description here



        1. In the Add local interpreter dialogue box that appears select System Interpreter then click on the three dots to the right and navigate to your python location mine is usr/bin/python3.5. And with that you should have your project use that python version.

        enter image description here






        share|improve this answer












        First locate your interpreter on your Ubuntu system, then
        Try these steps:



        1. From the file menu click or select settings:

        enter image description here



        1. From left pane select project name, then on the right click on project interpreter

        enter image description here



        1. On the right click on the project interpreter drop down arrow and choose show all from the options there.

        enter image description here



        1. On the dialogue box that appears click on the + button on the right then click on Add Local text that will appear.

        enter image description here



        1. In the Add local interpreter dialogue box that appears select System Interpreter then click on the three dots to the right and navigate to your python location mine is usr/bin/python3.5. And with that you should have your project use that python version.

        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 6 at 20:30









        George Udosen

        17.4k93862




        17.4k93862



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003659%2fhow-to-add-python-3-x-interpreter-in-pycharm%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491