postinst 248 字节
Newer Older
Z
zhangjinchao01 已提交
1 2 3 4 5 6 7
#!/bin/bash
set -e
echo "Post install paddle debian package."
echo "Install some python package used for paddle. You can run "
echo "  pip install /usr/opt/paddle/share/wheels/*.whl to install them."
pip install /usr/opt/paddle/share/wheels/*.whl