Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

homebrew not in path on ubuntu

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"

export brew=/home/linuxbrew/.linuxbrew/bin

test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)

test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)

test -r ~/.profile && echo "eval $($(brew --prefix)/bin/brew shellenv)" >>~/.profile     // for ubuntu and debian
Comment

PREVIOUS NEXT
Code Example
Shell :: vagrant vbox guest additions install 
Shell :: ubuntu hide home folder on desktop 
Shell :: switch installed linx to wsl2 
Shell :: windows start stop service 
Shell :: Enable the containers feature in Windows Server 2019 
Shell :: ubuntu iso download 
Shell :: sudo shutdown 
Shell :: copier un répertoire et son contenu sous linux 
Shell :: homebrew version 
Shell :: how to install homebrew using zsh 
Shell :: Pterodactyl wings update 
Shell :: get all branches git 
Shell :: how to make a tarball in linux 
Shell :: remove commit not pushed 
Shell :: ssh save password 
Shell :: clean journal 
Shell :: git look at changes to a file 
Shell :: centos copy folder 
Shell :: how to make file in powershell 
Shell :: prometheus reload 
Shell :: nuxt init 
Shell :: change owner of directory mac terminal 
Shell :: random color npm 
Shell :: how to delete directory 
Shell :: install bootstrap vue laravel 7 
Shell :: how to uninstall software from ubuntu 
Shell :: angular compile cache clear 
Shell :: code to change the mac address kali linux 
Shell :: powershell change directory 
Shell :: surge flutter web 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =