“HOMEBREW dla Windows” Kod odpowiedzi

Instalacja Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
PhenXfeyr

HOMEBREW dla Windows

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
Fierce Fish

Brew w oknach

test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >>~/.bash_profile
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >>~/.profile
Soupa

HOMEBREW instalacja

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
senad hodzic

Zainstaluj HomeBre Windows

// homebre for MacOs. Windows Users use https://chocolatey.org 

//Install Chocolatey
https://chocolatey.org/install#individual
Dr. iterations

Odpowiedzi podobne do “HOMEBREW dla Windows”

Pytania podobne do “HOMEBREW dla Windows”

Więcej pokrewnych odpowiedzi na “HOMEBREW dla Windows” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu