Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Learner's avatar

install brew into xp

fundamental of laravel 5 : video 24 - Enhancing Select Elements
i am trying to install brew from http://brew.sh/,
when i hit the command : ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" into the terminal following error occured, i have i ready install ruby into my system

 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-e:1: syntax error, unexpected $undefined
$(curl -fsSL https://raw.githu...
 ^
-e:1: syntax error, unexpected tLABEL, expecting keyword_do or '{' or '('
$(curl -fsSL https://raw.githubusercontent.com/H...
                   ^
-e:1: unknown regexp options - raw
-e:1: syntax error, unexpected ')', expecting $end

how to install brew into the windows , specially for xp

0 likes
1 reply
Learner's avatar
Learner
OP
Best Answer
Level 3

i found it , just download wget.exe and past it in system32 directory and run , so simple :)

Please or to participate in this conversation.