-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
The |
Beta Was this translation helpful? Give feedback.
-
|
IMHO this is extremely misleading. I am an experienced Linux user, but was completely disturbed by the fact that something is installed in So, why don't you simply change the install path to |
Beta Was this translation helpful? Give feedback.
/home/linuxbrew/.linuxbrewis the intentional default prefix for Homebrew on Linux. It's not a reference to a user's home directory. This path was chosen so installations can be shared across multiple users on a system with a consistent, predictable prefix.The
$HOMEreference you noticed on line 187 is for the cache directory ($HOME/.cache/Homebrew), not the installation prefix.