mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-04-06 03:58:05 +08:00
feat: 更新环境变量设置文档
This commit is contained in:
parent
4086dd9a8c
commit
d56726150c
@ -79,15 +79,15 @@ eval "$(/opt/homebrew/bin/brew shellenv)"
|
|||||||
zsh
|
zsh
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
echo 'eval "$(/usr/local/bin/brew shellenv)"' >> ~/.zprofile
|
echo 'eval "$(/usr/local/Homebrew/bin/brew shellenv)"' >> ~/.zprofile
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/usr/local/Homebrew/bin/brew shellenv)"
|
||||||
```
|
```
|
||||||
|
|
||||||
bash
|
bash
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
echo 'eval "$(/usr/local/bin/brew shellenv)"' >> ~/.bash_profile
|
echo 'eval "$(/usr/local/Homebrew/bin/brew shellenv)"' >> ~/.bash_profile
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/usr/local/Homebrew/bin/brew shellenv)"
|
||||||
```
|
```
|
||||||
|
|
||||||
## SHA256 mismatch
|
## SHA256 mismatch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user