Skip to content

Commit 266031e

Browse files
authored
testing linking python3
1 parent 8ccbca9 commit 266031e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis_tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ function brew_install_python {
163163
local py_digit=${py_version:0:1}
164164
if [[ "$py_digit" == "3" ]] ; then
165165
brew upgrade python
166-
brew link python --force
166+
echo "hello testing... 1 2 3"
167+
ln -s /usr/local/bin/python3 /usr/local/bin/python
167168
else
168169
brew uninstall --force --ignore-dependencies python
169170
brew install python@2

0 commit comments

Comments
 (0)