This topic created in 4295 days ago, the information mentioned may be changed or developed.
在mac电脑上用brew 安装 pyenv的时候出现问题,出现You must `brew link pkg-config' before pyenv can be installed,当我用brew link pkg-config的时候,又出现Could not symlink share/aclocal/pkg.m4这个问题,哪位大神可以告诉我这是什么原因?谢谢
4 replies • 2014-12-01 17:01:20 +08:00
 |
|
2
xucheng Nov 30, 2014 1
brew link pkg-config --force 应该就行了
|