mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 17:31:50 +08:00
17 lines
431 B
Bash
Executable File
17 lines
431 B
Bash
Executable File
#!/bin/bash
|
|
brew update
|
|
brew install ccache
|
|
brew tap caskroom/cask
|
|
brew cask install basictex
|
|
|
|
export PATH="$PATH:/Library/TeX/texbin"
|
|
sudo tlmgr update --self
|
|
sudo tlmgr install ucs dvipng anyfontsize
|
|
|
|
git clone https://github.com/MacPython/terryfy.git ~/terryfy
|
|
source ~/terryfy/travis_tools.sh
|
|
get_python_environment macpython $TRAVIS_PYTHON_VERSION ~/macpython_venv
|
|
source ~/macpython_venv/bin/activate
|
|
pip install virtualenv
|
|
|