conda command not found

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








up vote
1
down vote

favorite
1












I'm following a Cousera course on Machine learning. We have to use some specific tools such as Graphlab create. Yet, after installing Anaconda with



bash /Download/Anaconda2-4.0.0-Linux-x86_64.sh


I had to create a new conda environment with Python 2.7.x (I don't now why they didn't moved to python 3 but it seems that it is the way the teachers do its thing on)



conda create -n gl-env python=2.7 anaconda=4.0.


And it ansswered me conda: command not found



I read the related question posted by vincent and tried the best answer by George Udosen with



sudo mv /root/anaconda3 /home/$mike


But still, I received mv: cannot stat '/root/anaconda3': No such file or directory










share|improve this question

























    up vote
    1
    down vote

    favorite
    1












    I'm following a Cousera course on Machine learning. We have to use some specific tools such as Graphlab create. Yet, after installing Anaconda with



    bash /Download/Anaconda2-4.0.0-Linux-x86_64.sh


    I had to create a new conda environment with Python 2.7.x (I don't now why they didn't moved to python 3 but it seems that it is the way the teachers do its thing on)



    conda create -n gl-env python=2.7 anaconda=4.0.


    And it ansswered me conda: command not found



    I read the related question posted by vincent and tried the best answer by George Udosen with



    sudo mv /root/anaconda3 /home/$mike


    But still, I received mv: cannot stat '/root/anaconda3': No such file or directory










    share|improve this question























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I'm following a Cousera course on Machine learning. We have to use some specific tools such as Graphlab create. Yet, after installing Anaconda with



      bash /Download/Anaconda2-4.0.0-Linux-x86_64.sh


      I had to create a new conda environment with Python 2.7.x (I don't now why they didn't moved to python 3 but it seems that it is the way the teachers do its thing on)



      conda create -n gl-env python=2.7 anaconda=4.0.


      And it ansswered me conda: command not found



      I read the related question posted by vincent and tried the best answer by George Udosen with



      sudo mv /root/anaconda3 /home/$mike


      But still, I received mv: cannot stat '/root/anaconda3': No such file or directory










      share|improve this question













      I'm following a Cousera course on Machine learning. We have to use some specific tools such as Graphlab create. Yet, after installing Anaconda with



      bash /Download/Anaconda2-4.0.0-Linux-x86_64.sh


      I had to create a new conda environment with Python 2.7.x (I don't now why they didn't moved to python 3 but it seems that it is the way the teachers do its thing on)



      conda create -n gl-env python=2.7 anaconda=4.0.


      And it ansswered me conda: command not found



      I read the related question posted by vincent and tried the best answer by George Udosen with



      sudo mv /root/anaconda3 /home/$mike


      But still, I received mv: cannot stat '/root/anaconda3': No such file or directory







      conda






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 31 at 21:34









      ThePassenger

      3951520




      3951520




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          I found an answer in madcurie's answer




          for anaconda 2 :



          export PATH=~/anaconda2/bin:$PATH


          for anaconda 3 :



          export PATH=~/anaconda3/bin:$PATH


          for anaconda 4 :



          Use the Anaconda Prompt



          and then



          conda --version 


          to confirm that it worked.







          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%2f1001865%2fconda-command-not-found%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
            1
            down vote



            accepted










            I found an answer in madcurie's answer




            for anaconda 2 :



            export PATH=~/anaconda2/bin:$PATH


            for anaconda 3 :



            export PATH=~/anaconda3/bin:$PATH


            for anaconda 4 :



            Use the Anaconda Prompt



            and then



            conda --version 


            to confirm that it worked.







            share|improve this answer
























              up vote
              1
              down vote



              accepted










              I found an answer in madcurie's answer




              for anaconda 2 :



              export PATH=~/anaconda2/bin:$PATH


              for anaconda 3 :



              export PATH=~/anaconda3/bin:$PATH


              for anaconda 4 :



              Use the Anaconda Prompt



              and then



              conda --version 


              to confirm that it worked.







              share|improve this answer






















                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                I found an answer in madcurie's answer




                for anaconda 2 :



                export PATH=~/anaconda2/bin:$PATH


                for anaconda 3 :



                export PATH=~/anaconda3/bin:$PATH


                for anaconda 4 :



                Use the Anaconda Prompt



                and then



                conda --version 


                to confirm that it worked.







                share|improve this answer












                I found an answer in madcurie's answer




                for anaconda 2 :



                export PATH=~/anaconda2/bin:$PATH


                for anaconda 3 :



                export PATH=~/anaconda3/bin:$PATH


                for anaconda 4 :



                Use the Anaconda Prompt



                and then



                conda --version 


                to confirm that it worked.








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 1 at 10:19









                ThePassenger

                3951520




                3951520



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1001865%2fconda-command-not-found%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