Skip to content

Commit 05e9ed3

Browse files
committed
Remove debug print and some comments
1 parent 266031e commit 05e9ed3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

travis_tools.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,11 @@ function brew_install_python {
163163
local py_digit=${py_version:0:1}
164164
if [[ "$py_digit" == "3" ]] ; then
165165
brew upgrade python
166-
echo "hello testing... 1 2 3"
167166
ln -s /usr/local/bin/python3 /usr/local/bin/python
168167
else
169168
brew uninstall --force --ignore-dependencies python
170169
brew install python@2
171170
brew link python@2 --force
172-
# export PATH="/usr/local/opt/python@2/bin:$PATH"
173-
# echo 'export PATH="/usr/local/opt/python@2/bin:$PATH"' >> ~/.bash_profile
174-
# rm -f /usr/local/bin/python2 /usr/local/bin/pip
175-
# ln -s /usr/local/opt/python@2/bin/python /usr/local/bin/python2
176-
# ln -s /usr/local/opt/python@2/bin /usr/local/bin/pip
177171
fi
178172
require_success "Failed to install python"
179173
PYTHON_EXE=/usr/local/bin/python$py_digit

0 commit comments

Comments
 (0)