make sure upgrade stanza correctly relinks current python/pip
1 parent e1bea1a commit 069266aef0c3e94f42361023c9e9276f3a90554c
@tundra tundra authored on 28 Dec 2020
Showing 1 changed file
View
2
■■■
makefile
echo "${FULLDATE}" > ${TOOLSDIR}/tools-builder.upgrade.datetime
echo "${GITREVISION}" > ${TOOLSDIR}/tools-builder.upgrade.gitrevision
brew update
brew upgrade
brew unlink python
brew link --overwrite python
pip install ${PIPMODULES} -U --ignore-installed
 
insecure:
echo insecure >> ~/.curlrc