install Glances

Apple OS
回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

install Glances

文章 yehlu »

http://jasontools.blogspot.tw/2017/04/g ... seful.html
https://brew.sh/index_zh-tw.html
https://stackoverflow.com/questions/172 ... os-or-os-x

代碼: 選擇全部

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
sudo easy_install pip
pip install glances
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Re: install Glances

文章 yehlu »

http://xiaorui.cc/2016/03/27/%E8%A7%A3% ... %E9%A2%98/

代碼: 選擇全部

pip install glances --user -U
~/Library/Python/2.7/bin/glances
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Re: install Glances

文章 yehlu »

https://www.cyberciti.biz/faq/appleosx- ... -variable/

代碼: 選擇全部

cat .bash_profile
export PATH=$PATH:~/Library/Python/2.7/bin/
source $HOME/.bash_profile
echo "$PATH"
回覆文章

回到「Mac OS X」