make sure the brew version of python gets linked before setting symlinks to it
1 parent 9a5f1c4 commit 7fa5ef4d6596372d91184fbbc4c9e0371bb5c34a
@tundra tundra authored on 16 Dec 2020
Showing 1 changed file
View
1
■■■■
makefile
full-build:
@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
sudo yum -y install autoconf automake patch perl texinfo
${BREW} install --verbose ${LANGS}
${BREW} link --verbose python
ln -nfs ${TOOLSDIR}/bin/python3 ${TOOLSDIR}/bin/python
ln -nfs ${TOOLSDIR}/bin/pip3 ${TOOLSDIR}/bin/pip
pip install ${PIPMODULES} -U --ignore-installed
${BREW} install --verbose ${MYTOOLS}