Skip to content

Commit

Permalink
Fix MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Aug 26, 2019
1 parent 7d1534c commit 8349b56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions travis/osx-x86_64-before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ export pip=pip3
#fi
#echo "Installing Python..."
#make install > /dev/null
cd ~
#cd ~

export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
export python=~/python/bin/python3
export pip=~/python/bin/pip3
#export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
#export python=~/python/bin/python3
#export pip=~/python/bin/pip3

$python -V

Expand Down

0 comments on commit 8349b56

Please sign in to comment.