Installing Anaconda on Linux Mint without messing up preinstalled Python?












0














I've used on Anaconda with Python 3.x on Windows for years now. It has tons of features that out of the box that I use every day that cannot be easily installed on the bare-bones Python 2.7 that Linux Mint ships with.



I've installed Anaconda3 on previous Linux Mint systems using
Anaconda's docs for installing on Linux and it worked okay but I think that it might have screwed up those previous installations by letting Anaconda make Python 3 the default python on the path. Every now and when I would try to install basic applications through apt-get install they would fail and Python was sometimes be mentioned in the error messages. Also I've read that you can break the system by installing python 3 as path; here is one example.



So I noticed in the installation guide linked above that conda requires that Anaconda be pretended to the path;




The installer prompts “Do you wish the installer to prepend the Anaconda<2 or 3> install location to PATH in your /home//.bashrc ?” Enter Yes.



NOTE: If you enter “No”, you must manually add the path to Anaconda or conda will not work.




I don't know if that means Python 3 and Anaconda will be prepended to the path or just Anaconda?



Long story short what are the best practices for installing Anaconda3 on a Linux system?



UPDATE: I still haven't found an answer to this question but I was able to find some relevent information on this question from askubuntu.



There one user says to install with caution because:




Anaconda seems to install their own version of moc (for building Qt
apps), which may conflict with the system libraries if you compile
when /home/USER/anaconda3/bin is in your path.




In my experience one should not install Anaconda on linux mint using the method recommended by their website. I've noticed problems installing and using other unrelated software after installing Anaconda3 system-wide.










share|improve this question





























    0














    I've used on Anaconda with Python 3.x on Windows for years now. It has tons of features that out of the box that I use every day that cannot be easily installed on the bare-bones Python 2.7 that Linux Mint ships with.



    I've installed Anaconda3 on previous Linux Mint systems using
    Anaconda's docs for installing on Linux and it worked okay but I think that it might have screwed up those previous installations by letting Anaconda make Python 3 the default python on the path. Every now and when I would try to install basic applications through apt-get install they would fail and Python was sometimes be mentioned in the error messages. Also I've read that you can break the system by installing python 3 as path; here is one example.



    So I noticed in the installation guide linked above that conda requires that Anaconda be pretended to the path;




    The installer prompts “Do you wish the installer to prepend the Anaconda<2 or 3> install location to PATH in your /home//.bashrc ?” Enter Yes.



    NOTE: If you enter “No”, you must manually add the path to Anaconda or conda will not work.




    I don't know if that means Python 3 and Anaconda will be prepended to the path or just Anaconda?



    Long story short what are the best practices for installing Anaconda3 on a Linux system?



    UPDATE: I still haven't found an answer to this question but I was able to find some relevent information on this question from askubuntu.



    There one user says to install with caution because:




    Anaconda seems to install their own version of moc (for building Qt
    apps), which may conflict with the system libraries if you compile
    when /home/USER/anaconda3/bin is in your path.




    In my experience one should not install Anaconda on linux mint using the method recommended by their website. I've noticed problems installing and using other unrelated software after installing Anaconda3 system-wide.










    share|improve this question



























      0












      0








      0







      I've used on Anaconda with Python 3.x on Windows for years now. It has tons of features that out of the box that I use every day that cannot be easily installed on the bare-bones Python 2.7 that Linux Mint ships with.



      I've installed Anaconda3 on previous Linux Mint systems using
      Anaconda's docs for installing on Linux and it worked okay but I think that it might have screwed up those previous installations by letting Anaconda make Python 3 the default python on the path. Every now and when I would try to install basic applications through apt-get install they would fail and Python was sometimes be mentioned in the error messages. Also I've read that you can break the system by installing python 3 as path; here is one example.



      So I noticed in the installation guide linked above that conda requires that Anaconda be pretended to the path;




      The installer prompts “Do you wish the installer to prepend the Anaconda<2 or 3> install location to PATH in your /home//.bashrc ?” Enter Yes.



      NOTE: If you enter “No”, you must manually add the path to Anaconda or conda will not work.




      I don't know if that means Python 3 and Anaconda will be prepended to the path or just Anaconda?



      Long story short what are the best practices for installing Anaconda3 on a Linux system?



      UPDATE: I still haven't found an answer to this question but I was able to find some relevent information on this question from askubuntu.



      There one user says to install with caution because:




      Anaconda seems to install their own version of moc (for building Qt
      apps), which may conflict with the system libraries if you compile
      when /home/USER/anaconda3/bin is in your path.




      In my experience one should not install Anaconda on linux mint using the method recommended by their website. I've noticed problems installing and using other unrelated software after installing Anaconda3 system-wide.










      share|improve this question















      I've used on Anaconda with Python 3.x on Windows for years now. It has tons of features that out of the box that I use every day that cannot be easily installed on the bare-bones Python 2.7 that Linux Mint ships with.



      I've installed Anaconda3 on previous Linux Mint systems using
      Anaconda's docs for installing on Linux and it worked okay but I think that it might have screwed up those previous installations by letting Anaconda make Python 3 the default python on the path. Every now and when I would try to install basic applications through apt-get install they would fail and Python was sometimes be mentioned in the error messages. Also I've read that you can break the system by installing python 3 as path; here is one example.



      So I noticed in the installation guide linked above that conda requires that Anaconda be pretended to the path;




      The installer prompts “Do you wish the installer to prepend the Anaconda<2 or 3> install location to PATH in your /home//.bashrc ?” Enter Yes.



      NOTE: If you enter “No”, you must manually add the path to Anaconda or conda will not work.




      I don't know if that means Python 3 and Anaconda will be prepended to the path or just Anaconda?



      Long story short what are the best practices for installing Anaconda3 on a Linux system?



      UPDATE: I still haven't found an answer to this question but I was able to find some relevent information on this question from askubuntu.



      There one user says to install with caution because:




      Anaconda seems to install their own version of moc (for building Qt
      apps), which may conflict with the system libraries if you compile
      when /home/USER/anaconda3/bin is in your path.




      In my experience one should not install Anaconda on linux mint using the method recommended by their website. I've noticed problems installing and using other unrelated software after installing Anaconda3 system-wide.







      linux-mint python python3 anaconda






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 2 '18 at 14:47

























      asked Nov 12 '17 at 19:09









      James Draper

      15818




      15818






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Sorry this isn't an answer but just to say I installed anaconda on my Mint 18.2 and it completely messed up my fonts on python and even though I uninstalled it according to what it says on the anaconda site they are still messed up They are fixed at a heavy font in bold and no matter what font I choose it is completely ignored.






          share|improve this answer








          New contributor




          Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f404095%2finstalling-anaconda-on-linux-mint-without-messing-up-preinstalled-python%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Sorry this isn't an answer but just to say I installed anaconda on my Mint 18.2 and it completely messed up my fonts on python and even though I uninstalled it according to what it says on the anaconda site they are still messed up They are fixed at a heavy font in bold and no matter what font I choose it is completely ignored.






            share|improve this answer








            New contributor




            Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.























              0














              Sorry this isn't an answer but just to say I installed anaconda on my Mint 18.2 and it completely messed up my fonts on python and even though I uninstalled it according to what it says on the anaconda site they are still messed up They are fixed at a heavy font in bold and no matter what font I choose it is completely ignored.






              share|improve this answer








              New contributor




              Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





















                0












                0








                0






                Sorry this isn't an answer but just to say I installed anaconda on my Mint 18.2 and it completely messed up my fonts on python and even though I uninstalled it according to what it says on the anaconda site they are still messed up They are fixed at a heavy font in bold and no matter what font I choose it is completely ignored.






                share|improve this answer








                New contributor




                Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                Sorry this isn't an answer but just to say I installed anaconda on my Mint 18.2 and it completely messed up my fonts on python and even though I uninstalled it according to what it says on the anaconda site they are still messed up They are fixed at a heavy font in bold and no matter what font I choose it is completely ignored.







                share|improve this answer








                New contributor




                Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 1 hour ago









                Buteman

                1




                1




                New contributor




                Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Buteman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f404095%2finstalling-anaconda-on-linux-mint-without-messing-up-preinstalled-python%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    サソリ

                    広島県道265号伴広島線

                    Accessing regular linux commands in Huawei's Dopra Linux