We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b019008 commit 1566bd1Copy full SHA for 1566bd1
1 file changed
scripts/auto_run_paddle.sh
@@ -108,7 +108,8 @@ function prepare(){
108
mkdir run_env
109
ln -s $(which python3.7) run_env/python
110
ln -s $(which pip3.7) run_env/pip
111
- ln -s $(which python3.7)m-config run_env/python3-config
+ ln -s $(which python3.7m-config) run_env/python3-config
112
+ ln -s $(which python3.7m-config) run_env/python3.7-config
113
export PATH=$(pwd)/run_env:${PATH}
114
pip install -U pip
115
echo `pip --version`
0 commit comments