File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# venerable build tool
44# Follow caveats during installation to complete setup
5- brew ' make' if OS . mac? # otherwise, assume we have GNU Make on Linux
5+ brew " make" if OS . mac? # otherwise, assume we have GNU Make on Linux
66# Python version manager
77# Follow caveats during installation to complete setup
88brew "pyenv"
@@ -31,8 +31,8 @@ if OS.mac? && Hardware::CPU.arm?
3131end
3232
3333## PYTHON BUILD DEPENDENCIES
34- py_version = open ( ' .python-version' ) . read . strip . split ( '.' ) . take ( 2 ) . join ( '.' )
35- brew "python@#{ py_version } " , args : [ ' only-dependencies' ]
34+ py_version = open ( " .python-version" ) . read . strip . split ( "." ) . take ( 2 ) . join ( "." )
35+ brew "python@#{ py_version } " , args : [ " only-dependencies" ]
3636# PyEnv suggests installing these for building Python using
3737# Homebrew-provided dependencies on Linux.
3838# This exists here primarily for running in containers, such as
You can’t perform that action at this time.
0 commit comments