Skip to content

Commit 1566bd1

Browse files
authored
update, test=document_fix (#1255)
1 parent b019008 commit 1566bd1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/auto_run_paddle.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ function prepare(){
108108
mkdir run_env
109109
ln -s $(which python3.7) run_env/python
110110
ln -s $(which pip3.7) run_env/pip
111-
ln -s $(which python3.7)m-config run_env/python3-config
111+
ln -s $(which python3.7m-config) run_env/python3-config
112+
ln -s $(which python3.7m-config) run_env/python3.7-config
112113
export PATH=$(pwd)/run_env:${PATH}
113114
pip install -U pip
114115
echo `pip --version`

0 commit comments

Comments
 (0)