Unable to run anaconda-navigator out of conda envirnment (base)ANACONDA - I have to type export PATH=~/anaconda3/bin:“$PATH” everytime I rerun the terminalPython: Anaconda path only added on demandKernel dead in jupyter notebook, matplotlib seems not to workJupyter: An error occurred while creating a new notebookAnaconda Navigator cannot be run with root user privilegesAudio / Volume Levels Not Remembered After RebootIssue installing anaconda

Is there any possible way to automatically update the locators when developer changes the locators

Aliens kill as an art form, surprised that humans don't appreciate

How do you say "to play Devil's advocate" in German?

Set and extract individual bytes of a number (lowByte() and highByte())

Ideas for medieval currency

Exactly what does "diatonic" mean?

Is it possible to trap yourself in the Nether?

Writing style in academic English

“Depend on abstractions, not on concretions” what is the exact meaning of this term

What are the possible punishments for an impeached USA president?

Was X17 predicted before it was observed?

What can I do at Hong Kong Airport for 13 hours?

Is it possible to remove the trash icon from the dock on macOS Catalina?

What did Rex Kramer mean by routing the plane in Lake Michigan?

Is there any canon reason why urban werewolves haven't destroyed vampires (or vice versa)?

What's the name of this windows feature?

Is there any conceivable way to "turn off" a star?

Do the holes in Jacquard loom punched cards represent input data or program code?

Is there any benefit of being treated as "professor" by students and admin?

Chess Tournaments without Studying Theory?

Creating an affinity-matrix between protein and RNA sequences

What milk and yoghurt is the best for mango lassi?

How to elongate the content of table to be justified in the whole page in LaTeX?

How do you preserve fresh ginger?



Unable to run anaconda-navigator out of conda envirnment (base)


ANACONDA - I have to type export PATH=~/anaconda3/bin:“$PATH” everytime I rerun the terminalPython: Anaconda path only added on demandKernel dead in jupyter notebook, matplotlib seems not to workJupyter: An error occurred while creating a new notebookAnaconda Navigator cannot be run with root user privilegesAudio / Volume Levels Not Remembered After RebootIssue installing anaconda






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















I am running a new installed Ubuntu 19.04 Disco Dingo on a dual boot with windows 10. I installed Anaconda for Ubuntu using this guide https://docs.anaconda.com/anaconda/install/linux/



Finishing the installation the next time I open the terminal, it appears to be like



(base) username@ubuntu:~$


which means I am in the main environment of Conda. But, when installation of Anaconda finishes, it says:



if you want conda not to activate automatically when startup, run:
conda config --set auto_activate_base false


But when I do it, and when I am out of the (base), the next time that I open the terminal and try to normally open Anaconda Navigator by anaconda-navigator it says that anaconda-navigator: command not found.



But on it was not like this before. Can someone describe me how can I remove this (base) and also be able to run anaconda commands like opening jupyter notebook directly from normal terminal.



I appreciate your answers.










share|improve this question



























  • You can find the solution here. It works for me! askubuntu.com/questions/760311/…

    – Darkcom
    Jun 26 at 23:42

















1


















I am running a new installed Ubuntu 19.04 Disco Dingo on a dual boot with windows 10. I installed Anaconda for Ubuntu using this guide https://docs.anaconda.com/anaconda/install/linux/



Finishing the installation the next time I open the terminal, it appears to be like



(base) username@ubuntu:~$


which means I am in the main environment of Conda. But, when installation of Anaconda finishes, it says:



if you want conda not to activate automatically when startup, run:
conda config --set auto_activate_base false


But when I do it, and when I am out of the (base), the next time that I open the terminal and try to normally open Anaconda Navigator by anaconda-navigator it says that anaconda-navigator: command not found.



But on it was not like this before. Can someone describe me how can I remove this (base) and also be able to run anaconda commands like opening jupyter notebook directly from normal terminal.



I appreciate your answers.










share|improve this question



























  • You can find the solution here. It works for me! askubuntu.com/questions/760311/…

    – Darkcom
    Jun 26 at 23:42













1













1









1








I am running a new installed Ubuntu 19.04 Disco Dingo on a dual boot with windows 10. I installed Anaconda for Ubuntu using this guide https://docs.anaconda.com/anaconda/install/linux/



Finishing the installation the next time I open the terminal, it appears to be like



(base) username@ubuntu:~$


which means I am in the main environment of Conda. But, when installation of Anaconda finishes, it says:



if you want conda not to activate automatically when startup, run:
conda config --set auto_activate_base false


But when I do it, and when I am out of the (base), the next time that I open the terminal and try to normally open Anaconda Navigator by anaconda-navigator it says that anaconda-navigator: command not found.



But on it was not like this before. Can someone describe me how can I remove this (base) and also be able to run anaconda commands like opening jupyter notebook directly from normal terminal.



I appreciate your answers.










share|improve this question
















I am running a new installed Ubuntu 19.04 Disco Dingo on a dual boot with windows 10. I installed Anaconda for Ubuntu using this guide https://docs.anaconda.com/anaconda/install/linux/



Finishing the installation the next time I open the terminal, it appears to be like



(base) username@ubuntu:~$


which means I am in the main environment of Conda. But, when installation of Anaconda finishes, it says:



if you want conda not to activate automatically when startup, run:
conda config --set auto_activate_base false


But when I do it, and when I am out of the (base), the next time that I open the terminal and try to normally open Anaconda Navigator by anaconda-navigator it says that anaconda-navigator: command not found.



But on it was not like this before. Can someone describe me how can I remove this (base) and also be able to run anaconda commands like opening jupyter notebook directly from normal terminal.



I appreciate your answers.







command-line gnome-terminal 19.04 anaconda environment






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 1 at 13:30







horotat

















asked Apr 30 at 17:01









horotathorotat

938 bronze badges




938 bronze badges















  • You can find the solution here. It works for me! askubuntu.com/questions/760311/…

    – Darkcom
    Jun 26 at 23:42

















  • You can find the solution here. It works for me! askubuntu.com/questions/760311/…

    – Darkcom
    Jun 26 at 23:42
















You can find the solution here. It works for me! askubuntu.com/questions/760311/…

– Darkcom
Jun 26 at 23:42





You can find the solution here. It works for me! askubuntu.com/questions/760311/…

– Darkcom
Jun 26 at 23:42










1 Answer
1






active

oldest

votes


















1



















So no one answered and I needed to solve it so went through the websites and found the solution which I share for the future users' problem.



The thing to do is to modify two things in .condarc file, which usually is situated saved in home directory.



First to set the automatic activation of the base to true, to have the environment activated in the terminal:



conda config --set auto_activate_base False


and then to set the changeps1 variable to True, which disappears (base).



Just add:



auto_activate_base: true
changeps1: false


to the end of your .condarc file.






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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1139481%2funable-to-run-anaconda-navigator-out-of-conda-envirnment-base%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









    1



















    So no one answered and I needed to solve it so went through the websites and found the solution which I share for the future users' problem.



    The thing to do is to modify two things in .condarc file, which usually is situated saved in home directory.



    First to set the automatic activation of the base to true, to have the environment activated in the terminal:



    conda config --set auto_activate_base False


    and then to set the changeps1 variable to True, which disappears (base).



    Just add:



    auto_activate_base: true
    changeps1: false


    to the end of your .condarc file.






    share|improve this answer





























      1



















      So no one answered and I needed to solve it so went through the websites and found the solution which I share for the future users' problem.



      The thing to do is to modify two things in .condarc file, which usually is situated saved in home directory.



      First to set the automatic activation of the base to true, to have the environment activated in the terminal:



      conda config --set auto_activate_base False


      and then to set the changeps1 variable to True, which disappears (base).



      Just add:



      auto_activate_base: true
      changeps1: false


      to the end of your .condarc file.






      share|improve this answer



























        1















        1











        1









        So no one answered and I needed to solve it so went through the websites and found the solution which I share for the future users' problem.



        The thing to do is to modify two things in .condarc file, which usually is situated saved in home directory.



        First to set the automatic activation of the base to true, to have the environment activated in the terminal:



        conda config --set auto_activate_base False


        and then to set the changeps1 variable to True, which disappears (base).



        Just add:



        auto_activate_base: true
        changeps1: false


        to the end of your .condarc file.






        share|improve this answer














        So no one answered and I needed to solve it so went through the websites and found the solution which I share for the future users' problem.



        The thing to do is to modify two things in .condarc file, which usually is situated saved in home directory.



        First to set the automatic activation of the base to true, to have the environment activated in the terminal:



        conda config --set auto_activate_base False


        and then to set the changeps1 variable to True, which disappears (base).



        Just add:



        auto_activate_base: true
        changeps1: false


        to the end of your .condarc file.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered May 1 at 13:30









        horotathorotat

        938 bronze badges




        938 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • 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%2faskubuntu.com%2fquestions%2f1139481%2funable-to-run-anaconda-navigator-out-of-conda-envirnment-base%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

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?