全局环境变量
编辑
$HOME/.bash_profile
插入:
1 | export PATH="$PATH:[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin" |
查看
1 | echo $PATH |
配置当前环境变量
1 | export http_proxy=socks5://127.0.0.1:2001 |
1 | source .bash_profile |
编辑
$HOME/.bash_profile
插入:
1 | export PATH="$PATH:[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin" |
查看
1 | echo $PATH |
1 | export http_proxy=socks5://127.0.0.1:2001 |
1 | source .bash_profile |