提交 a41cff64 编写于 作者: J JiabinYang

remove distribution on mac pip install for py3

上级 af6dd393
......@@ -137,7 +137,7 @@
3. (Only For Python2)设置Python相关的环境变量:
- 请使用`find / -name libpython2.7.dylib`找到您当前使用python的`libpython2.7.dylib`路径,并使用`export LD_LIBRARY_PATH=[libpython2.7.dylib所在的目录的上两级目录] && export DYLD_LIBRARY_PATH=[libpython2.7.dylib所在的目录的上两级目录]`
- 请使用`find / -name libpython2.7.dylib`找到您当前使用python的`libpython2.7.dylib`路径,并使用`export LD_LIBRARY_PATH=[libpython2.7.dylib的路径] && export DYLD_LIBRARY_PATH=[libpython2.7.dylib所在的目录的上两级目录]`
4. (Only For Python3)设置Python相关的环境变量:
......
......@@ -17,7 +17,7 @@
## 选择如何安装
在MacOS的系统下我们提供3种安装方式:
* pip安装(不支持GPU版本)
* pip安装(不支持GPU版本)(python3下不支持分布式)
* Docker安装(不支持GPU版本)
* Docker源码编译安装(不支持GPU版本)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册