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)
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
add a comment |
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
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
add a comment |
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
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
python debian homebrew beagleboneblack
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
add a comment |
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
add a comment |
3 Answers
3
active
oldest
votes
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
add a comment |
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.
add a comment |
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered Mar 7 at 18:01
Nick VithaNick Vitha
1414
1414
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 9 at 7:30
Ortomala LokniOrtomala Lokni
23.7k785134
23.7k785134
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Mar 7 at 18:12
RaxlRaxl
437
437
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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