pip3 install --user ipython 报错如下

The script pygmentize is installed in '/Users/manmanzhang/Library/Python/3.7/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  The scripts iptest, iptest3, ipython and ipython3 are installed in '/Users/manmanzhang/Library/Python/3.7/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

解决

 cd /Users/manmanzhang/Library/Python/3.7/bin 
mv iptest iptest3 ipython ipython3 /usr/local/bin
GitHub 加速计划 / br / brew
40.4 K
9.47 K
下载
🍺 The missing package manager for macOS (or Linux)
最近提交(Master分支:1 个月前 )
90a90b30 1 个月前
47b1cab7 1 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐