brew install python3
pip -V
pip 8.1.2 from /usr/local/lib/python3.5/site-packages (python 3.5)
pip install speedtest-cli
pip list
setuptools (21.2.2)
speedtest-cli (0.3.4)
wheel (0.26.0)
speedtest-cli
zsh: command not found: speedtest-cli
echo $PATH
/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
很是操蛋,应该怎么修复 PATH 呢?