installing anaconda in ubuntu [duplicate]











up vote
-1
down vote

favorite
1













This question already has an answer here:




  • Installing anaconda

    2 answers




Hello I have been trying to install anaconda to work with the terminal but I can't find how to add the Conda command to the terminal I tried looking it up but didn't find anything I recently started using Ubuntu and I am really unfamiliar with everything, I realize I need to find a $path somewhere but I don't know what exactly I need to do..



Edit:

I need to find how to edit the .bashrc file, I can't find it.

thanks in advance.










share|improve this question









New contributor




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











marked as duplicate by George Udosen, karel, user535733, N0rbert, Eric Carvalho 2 days ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.















  • to open the .bashrc file run this command sudo -H gedit ~/.bashrc
    – singrium
    Nov 20 at 9:27








  • 1




    You don't need to be root to edit .bashrc please don't do sudo with that file it belongs to you. If for some reason you can't edit it the change the ownership with sudo chown $USER:$USER ~/.bashrc!!!!!!
    – George Udosen
    Nov 20 at 9:35










  • @singrium Thanks that solved my problem
    – IlanK
    Nov 20 at 9:56















up vote
-1
down vote

favorite
1













This question already has an answer here:




  • Installing anaconda

    2 answers




Hello I have been trying to install anaconda to work with the terminal but I can't find how to add the Conda command to the terminal I tried looking it up but didn't find anything I recently started using Ubuntu and I am really unfamiliar with everything, I realize I need to find a $path somewhere but I don't know what exactly I need to do..



Edit:

I need to find how to edit the .bashrc file, I can't find it.

thanks in advance.










share|improve this question









New contributor




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











marked as duplicate by George Udosen, karel, user535733, N0rbert, Eric Carvalho 2 days ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.















  • to open the .bashrc file run this command sudo -H gedit ~/.bashrc
    – singrium
    Nov 20 at 9:27








  • 1




    You don't need to be root to edit .bashrc please don't do sudo with that file it belongs to you. If for some reason you can't edit it the change the ownership with sudo chown $USER:$USER ~/.bashrc!!!!!!
    – George Udosen
    Nov 20 at 9:35










  • @singrium Thanks that solved my problem
    – IlanK
    Nov 20 at 9:56













up vote
-1
down vote

favorite
1









up vote
-1
down vote

favorite
1






1






This question already has an answer here:




  • Installing anaconda

    2 answers




Hello I have been trying to install anaconda to work with the terminal but I can't find how to add the Conda command to the terminal I tried looking it up but didn't find anything I recently started using Ubuntu and I am really unfamiliar with everything, I realize I need to find a $path somewhere but I don't know what exactly I need to do..



Edit:

I need to find how to edit the .bashrc file, I can't find it.

thanks in advance.










share|improve this question









New contributor




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












This question already has an answer here:




  • Installing anaconda

    2 answers




Hello I have been trying to install anaconda to work with the terminal but I can't find how to add the Conda command to the terminal I tried looking it up but didn't find anything I recently started using Ubuntu and I am really unfamiliar with everything, I realize I need to find a $path somewhere but I don't know what exactly I need to do..



Edit:

I need to find how to edit the .bashrc file, I can't find it.

thanks in advance.





This question already has an answer here:




  • Installing anaconda

    2 answers








command-line anaconda






share|improve this question









New contributor




IlanK 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 question









New contributor




IlanK 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 question




share|improve this question








edited Nov 20 at 10:13









singrium

796117




796117






New contributor




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









asked Nov 20 at 9:21









IlanK

11




11




New contributor




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





New contributor





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






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




marked as duplicate by George Udosen, karel, user535733, N0rbert, Eric Carvalho 2 days ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by George Udosen, karel, user535733, N0rbert, Eric Carvalho 2 days ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • to open the .bashrc file run this command sudo -H gedit ~/.bashrc
    – singrium
    Nov 20 at 9:27








  • 1




    You don't need to be root to edit .bashrc please don't do sudo with that file it belongs to you. If for some reason you can't edit it the change the ownership with sudo chown $USER:$USER ~/.bashrc!!!!!!
    – George Udosen
    Nov 20 at 9:35










  • @singrium Thanks that solved my problem
    – IlanK
    Nov 20 at 9:56


















  • to open the .bashrc file run this command sudo -H gedit ~/.bashrc
    – singrium
    Nov 20 at 9:27








  • 1




    You don't need to be root to edit .bashrc please don't do sudo with that file it belongs to you. If for some reason you can't edit it the change the ownership with sudo chown $USER:$USER ~/.bashrc!!!!!!
    – George Udosen
    Nov 20 at 9:35










  • @singrium Thanks that solved my problem
    – IlanK
    Nov 20 at 9:56
















to open the .bashrc file run this command sudo -H gedit ~/.bashrc
– singrium
Nov 20 at 9:27






to open the .bashrc file run this command sudo -H gedit ~/.bashrc
– singrium
Nov 20 at 9:27






1




1




You don't need to be root to edit .bashrc please don't do sudo with that file it belongs to you. If for some reason you can't edit it the change the ownership with sudo chown $USER:$USER ~/.bashrc!!!!!!
– George Udosen
Nov 20 at 9:35




You don't need to be root to edit .bashrc please don't do sudo with that file it belongs to you. If for some reason you can't edit it the change the ownership with sudo chown $USER:$USER ~/.bashrc!!!!!!
– George Udosen
Nov 20 at 9:35












@singrium Thanks that solved my problem
– IlanK
Nov 20 at 9:56




@singrium Thanks that solved my problem
– IlanK
Nov 20 at 9:56










1 Answer
1






active

oldest

votes

















up vote
0
down vote













To edit the .bashrc file, you need to run this command:
gedit ~/.bashrc

As @George Udosen said:




You don't need to be root to edit .bashrc




So there is no need to use sudo






share|improve this answer




























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    To edit the .bashrc file, you need to run this command:
    gedit ~/.bashrc

    As @George Udosen said:




    You don't need to be root to edit .bashrc




    So there is no need to use sudo






    share|improve this answer

























      up vote
      0
      down vote













      To edit the .bashrc file, you need to run this command:
      gedit ~/.bashrc

      As @George Udosen said:




      You don't need to be root to edit .bashrc




      So there is no need to use sudo






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        To edit the .bashrc file, you need to run this command:
        gedit ~/.bashrc

        As @George Udosen said:




        You don't need to be root to edit .bashrc




        So there is no need to use sudo






        share|improve this answer












        To edit the .bashrc file, you need to run this command:
        gedit ~/.bashrc

        As @George Udosen said:




        You don't need to be root to edit .bashrc




        So there is no need to use sudo







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 20 at 10:16









        singrium

        796117




        796117















            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕