Use Python 3.7.8 Instead of 3.7.4 for macOS Install

This commit is contained in:
Joel Klabo 2023-01-26 14:14:14 -08:00 committed by Rusty Russell
parent 296cf181af
commit 72b83efc4b

View File

@ -266,7 +266,7 @@ If you need Python 3.x for mako (or get a mako build error):
$ brew install pyenv
$ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
$ source ~/.bash_profile
$ pyenv install 3.7.4
$ pyenv install 3.7.8
$ pip install --upgrade pip
$ pip install poetry