Sunday, February 11, 2024
Install nushell in ubuntu 22.04
Install brew firstsudo apt update
sudo apt-get install build-essential
sudo apt install git -y
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/$USER/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew doctor
Source:https://linux.how2shout.com/how-to-install-brew-ubuntu-20-04-lts-linux/
Then
For macOS and Linux, Homebrew is a popular choice (brew install nushell).
Source:https://www.nushell.sh/blog/2022-11-29-nushell-0.72.html
To start nushell
just type
nu
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment