Skip to content

Commit

Permalink
create a python3 link if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 7, 2024
1 parent d06a360 commit af98086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ if [ ! -d "$1" ] || [ ! -r "${LIBNAME}" ]; then
make -j4 install
)
rm -f $1/python
[ ! -r $1/bin/python3 ] && ln -s python3 $1/bin/python3.12
ln -s bin/python3 $1/python
fi

0 comments on commit af98086

Please sign in to comment.