Is HomeBrew compatible with Debian GNU/Linux?2019 Community Moderator ElectionVersion of Apache installed on a Debian machineHow do I check if a string is a number (float)?How can I get a list of locally installed Python modules?Use different Python version with virtualenvHomebrew install specific version of formula?Most elegant way to check if the string is empty in Python?Brew doctor says: “Warning: /usr/local/include isn't writable.”How to check version of python modules?Using Python 3 in virtualenv`pg_tblspc` missing after installation of latest version of OS X (Yosemite or El Capitan)

Why are there no stars visible in cislunar space?

Suggestions on how to spend Shaabath (constructively) alone

Am I eligible for the Eurail Youth pass? I am 27.5 years old

Is honey really a supersaturated solution? Does heating to un-crystalize redissolve it or melt it?

Would it be believable to defy demographics in a story?

Generic TVP tradeoffs?

Do US professors/group leaders only get a salary, but no group budget?

Do I need to be arrogant to get ahead?

Bash - pair each line of file

What does "^L" mean in C?

How to terminate ping <dest> &

How to define limit operations in general topological spaces? Are nets able to do this?

What (if any) is the reason to buy in small local stores?

How could an airship be repaired midflight?

In what cases must I use 了 and in what cases not?

Asserting that Atheism and Theism are both faith based positions

Loading the leaflet Map in Lightning Web Component

Can you move over difficult terrain with only 5 feet of movement?

Hausdorff dimension of the boundary of fibres of Lipschitz maps

Maths symbols and unicode-math input inside siunitx commands

What is the term when voters “dishonestly” choose something that they do not want to choose?

Why is indicated airspeed rather than ground speed used during the takeoff roll?

Geography in 3D perspective

Deletion of copy-ctor & copy-assignment - public, private or protected?



Is HomeBrew compatible with Debian GNU/Linux?



2019 Community Moderator ElectionVersion of Apache installed on a Debian machineHow do I check if a string is a number (float)?How can I get a list of locally installed Python modules?Use different Python version with virtualenvHomebrew install specific version of formula?Most elegant way to check if the string is empty in Python?Brew doctor says: “Warning: /usr/local/include isn't writable.”How to check version of python modules?Using Python 3 in virtualenv`pg_tblspc` missing after installation of latest version of OS X (Yosemite or El Capitan)










0















I have a BeagleBone Black board. The OS is Debian GNU/Linux version 9. Can you use HomeBrew to install Python? Or is HomeBrew only for Mac OS?










share|improve this question



















  • 2





    From the tag information, Homebrew is a package manager for macOS. It provides an easy interface to install many packages. See here for more information. There is no mention of Linux.

    – Rick Smith
    Mar 7 at 17:40















0















I have a BeagleBone Black board. The OS is Debian GNU/Linux version 9. Can you use HomeBrew to install Python? Or is HomeBrew only for Mac OS?










share|improve this question



















  • 2





    From the tag information, Homebrew is a package manager for macOS. It provides an easy interface to install many packages. See here for more information. There is no mention of Linux.

    – Rick Smith
    Mar 7 at 17:40













0












0








0








I have a BeagleBone Black board. The OS is Debian GNU/Linux version 9. Can you use HomeBrew to install Python? Or is HomeBrew only for Mac OS?










share|improve this question
















I have a BeagleBone Black board. The OS is Debian GNU/Linux version 9. Can you use HomeBrew to install Python? Or is HomeBrew only for Mac OS?







python debian homebrew beagleboneblack






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 8 at 17:35







Intrastellar Explorer

















asked Mar 7 at 17:23









Intrastellar ExplorerIntrastellar Explorer

587




587







  • 2





    From the tag information, Homebrew is a package manager for macOS. It provides an easy interface to install many packages. See here for more information. There is no mention of Linux.

    – Rick Smith
    Mar 7 at 17:40












  • 2





    From the tag information, Homebrew is a package manager for macOS. It provides an easy interface to install many packages. See here for more information. There is no mention of Linux.

    – Rick Smith
    Mar 7 at 17:40







2




2





From the tag information, Homebrew is a package manager for macOS. It provides an easy interface to install many packages. See here for more information. There is no mention of Linux.

– Rick Smith
Mar 7 at 17:40





From the tag information, Homebrew is a package manager for macOS. It provides an easy interface to install many packages. See here for more information. There is no mention of Linux.

– Rick Smith
Mar 7 at 17:40












3 Answers
3






active

oldest

votes


















1














Homebrew only works on MacOS.



Debian uses apt, however, another package manager, and from a quick google search it looks like your board has it.



If there is a version of python that works it should be installable through a command like



sudo apt-get update
sudo apt-get install python


for python3:



sudo apt-get install python3


However, it's entirely possible that python is already bundled with the OS, in which case you wouldn't have to install python. To check if/what version of python is installed, you can do:



python --version 


or for python3:



python3 --version 





share|improve this answer






























    1














    On Linux, you can use a fork of Homebrew called Linuxbrew:




    The Homebrew package manager may be used on Linux and Windows 10, using Windows Subsystem for Linux (WSL). Homebrew is referred to as Linuxbrew when running on Linux or Windows. It can be installed in your home directory, in which case it does not use sudo.







    share|improve this answer






























      0














      No, you can not use HomeBrew to install on Debian Linux because it is only for MacOs.



      Also python is already installed in Debian Linux distributions, such as Ubuntu. However, it is possible to install a specific version, available from the Linux distribution, with the apt-get command. We can check the names of Python (pre-built) available packages with the apt-cache command. However this way of installing additional Python versions can be a source of potential problems (conflicts with the original installed version of the OS distribution). Therefore be warned on this.



       $ apt-cache search python | less
      $ sudo apt-get install pythonX.X


      Rather, it is preferable to proceed with an installation of the wished version Python source code.



      for more information and instructions on how to install from source, follow this link:
      http://www.rasadacrea.com/en/web-training-courses/howto-install-python






      share|improve this answer






















        Your Answer






        StackExchange.ifUsing("editor", function ()
        StackExchange.using("externalEditor", function ()
        StackExchange.using("snippets", function ()
        StackExchange.snippets.init();
        );
        );
        , "code-snippets");

        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "1"
        ;
        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/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%2fstackoverflow.com%2fquestions%2f55049608%2fis-homebrew-compatible-with-debian-gnu-linux%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        1














        Homebrew only works on MacOS.



        Debian uses apt, however, another package manager, and from a quick google search it looks like your board has it.



        If there is a version of python that works it should be installable through a command like



        sudo apt-get update
        sudo apt-get install python


        for python3:



        sudo apt-get install python3


        However, it's entirely possible that python is already bundled with the OS, in which case you wouldn't have to install python. To check if/what version of python is installed, you can do:



        python --version 


        or for python3:



        python3 --version 





        share|improve this answer



























          1














          Homebrew only works on MacOS.



          Debian uses apt, however, another package manager, and from a quick google search it looks like your board has it.



          If there is a version of python that works it should be installable through a command like



          sudo apt-get update
          sudo apt-get install python


          for python3:



          sudo apt-get install python3


          However, it's entirely possible that python is already bundled with the OS, in which case you wouldn't have to install python. To check if/what version of python is installed, you can do:



          python --version 


          or for python3:



          python3 --version 





          share|improve this answer

























            1












            1








            1







            Homebrew only works on MacOS.



            Debian uses apt, however, another package manager, and from a quick google search it looks like your board has it.



            If there is a version of python that works it should be installable through a command like



            sudo apt-get update
            sudo apt-get install python


            for python3:



            sudo apt-get install python3


            However, it's entirely possible that python is already bundled with the OS, in which case you wouldn't have to install python. To check if/what version of python is installed, you can do:



            python --version 


            or for python3:



            python3 --version 





            share|improve this answer













            Homebrew only works on MacOS.



            Debian uses apt, however, another package manager, and from a quick google search it looks like your board has it.



            If there is a version of python that works it should be installable through a command like



            sudo apt-get update
            sudo apt-get install python


            for python3:



            sudo apt-get install python3


            However, it's entirely possible that python is already bundled with the OS, in which case you wouldn't have to install python. To check if/what version of python is installed, you can do:



            python --version 


            or for python3:



            python3 --version 






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 7 at 18:01









            Nick VithaNick Vitha

            1414




            1414























                1














                On Linux, you can use a fork of Homebrew called Linuxbrew:




                The Homebrew package manager may be used on Linux and Windows 10, using Windows Subsystem for Linux (WSL). Homebrew is referred to as Linuxbrew when running on Linux or Windows. It can be installed in your home directory, in which case it does not use sudo.







                share|improve this answer



























                  1














                  On Linux, you can use a fork of Homebrew called Linuxbrew:




                  The Homebrew package manager may be used on Linux and Windows 10, using Windows Subsystem for Linux (WSL). Homebrew is referred to as Linuxbrew when running on Linux or Windows. It can be installed in your home directory, in which case it does not use sudo.







                  share|improve this answer

























                    1












                    1








                    1







                    On Linux, you can use a fork of Homebrew called Linuxbrew:




                    The Homebrew package manager may be used on Linux and Windows 10, using Windows Subsystem for Linux (WSL). Homebrew is referred to as Linuxbrew when running on Linux or Windows. It can be installed in your home directory, in which case it does not use sudo.







                    share|improve this answer













                    On Linux, you can use a fork of Homebrew called Linuxbrew:




                    The Homebrew package manager may be used on Linux and Windows 10, using Windows Subsystem for Linux (WSL). Homebrew is referred to as Linuxbrew when running on Linux or Windows. It can be installed in your home directory, in which case it does not use sudo.








                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 9 at 7:30









                    Ortomala LokniOrtomala Lokni

                    23.7k785134




                    23.7k785134





















                        0














                        No, you can not use HomeBrew to install on Debian Linux because it is only for MacOs.



                        Also python is already installed in Debian Linux distributions, such as Ubuntu. However, it is possible to install a specific version, available from the Linux distribution, with the apt-get command. We can check the names of Python (pre-built) available packages with the apt-cache command. However this way of installing additional Python versions can be a source of potential problems (conflicts with the original installed version of the OS distribution). Therefore be warned on this.



                         $ apt-cache search python | less
                        $ sudo apt-get install pythonX.X


                        Rather, it is preferable to proceed with an installation of the wished version Python source code.



                        for more information and instructions on how to install from source, follow this link:
                        http://www.rasadacrea.com/en/web-training-courses/howto-install-python






                        share|improve this answer



























                          0














                          No, you can not use HomeBrew to install on Debian Linux because it is only for MacOs.



                          Also python is already installed in Debian Linux distributions, such as Ubuntu. However, it is possible to install a specific version, available from the Linux distribution, with the apt-get command. We can check the names of Python (pre-built) available packages with the apt-cache command. However this way of installing additional Python versions can be a source of potential problems (conflicts with the original installed version of the OS distribution). Therefore be warned on this.



                           $ apt-cache search python | less
                          $ sudo apt-get install pythonX.X


                          Rather, it is preferable to proceed with an installation of the wished version Python source code.



                          for more information and instructions on how to install from source, follow this link:
                          http://www.rasadacrea.com/en/web-training-courses/howto-install-python






                          share|improve this answer

























                            0












                            0








                            0







                            No, you can not use HomeBrew to install on Debian Linux because it is only for MacOs.



                            Also python is already installed in Debian Linux distributions, such as Ubuntu. However, it is possible to install a specific version, available from the Linux distribution, with the apt-get command. We can check the names of Python (pre-built) available packages with the apt-cache command. However this way of installing additional Python versions can be a source of potential problems (conflicts with the original installed version of the OS distribution). Therefore be warned on this.



                             $ apt-cache search python | less
                            $ sudo apt-get install pythonX.X


                            Rather, it is preferable to proceed with an installation of the wished version Python source code.



                            for more information and instructions on how to install from source, follow this link:
                            http://www.rasadacrea.com/en/web-training-courses/howto-install-python






                            share|improve this answer













                            No, you can not use HomeBrew to install on Debian Linux because it is only for MacOs.



                            Also python is already installed in Debian Linux distributions, such as Ubuntu. However, it is possible to install a specific version, available from the Linux distribution, with the apt-get command. We can check the names of Python (pre-built) available packages with the apt-cache command. However this way of installing additional Python versions can be a source of potential problems (conflicts with the original installed version of the OS distribution). Therefore be warned on this.



                             $ apt-cache search python | less
                            $ sudo apt-get install pythonX.X


                            Rather, it is preferable to proceed with an installation of the wished version Python source code.



                            for more information and instructions on how to install from source, follow this link:
                            http://www.rasadacrea.com/en/web-training-courses/howto-install-python







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Mar 7 at 18:12









                            RaxlRaxl

                            437




                            437



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Stack Overflow!


                                • 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%2fstackoverflow.com%2fquestions%2f55049608%2fis-homebrew-compatible-with-debian-gnu-linux%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

                                Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

                                Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

                                2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived