Closed dimmonn closed 6 years ago
Please surround copied-and-pasted logs with triple back ticks. See GitHub Help / Quoting Code.
As a normal user, preferably with sudo
access, run…
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
it doesn't work, I run centos7
[dima@dima ncs-run]$ echo 'export PATH="/home/dima/.linuxbrew/bin:$PATH"' >>~/.profile
[dima@dima ncs-run]$ echo 'export MANPATH="/home/dima/.linuxbrew/share/man:$MANPATH"' >>~/.profile
[dima@dima ncs-run]$ echo 'export INFOPATH="/home/dima/.linuxbrew/share/info:$INFOPATH"' >>~/.profile
[dima@dima ncs-run]$ brew install gcc
Error: The current working directory doesn't exist, cannot proceed.
[dima@dima ncs-run]$
Please surround copied-and-pasted logs with triple back ticks. See GitHub Help / Quoting Code.
Error: The current working directory doesn't exist, cannot proceed.
Your current working directory does not exist. See
pwd
ls $(pwd)
cd
to a working directory that does exist.