Homebrew does not create pip3 symlink on /usr/local/bin

走远了吗. 提交于 2021-01-28 05:48:03

问题


I installed python3 with homebrew but it does not create symlink to pip3.
When I installed it former, homebrew created pip3 symlink at /usr/local/bin.
But now it does not create. Note that I know there is a solution I am able to create symlink manually, But I don't know why homebrew does not create symlink to pip3 despite python formular looks like create symlink. (see formula of python3 on github)

I using:

macOS 10.13.4
python 3.6.5
Homebrew 1.6.6
Homebrew/homebrew-core (git revision d4c0; last commit 2018-05-26)

来源:https://stackoverflow.com/questions/50549510/homebrew-does-not-create-pip3-symlink-on-usr-local-bin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!