mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
Use Python 3.7.8 Instead of 3.7.4 for macOS Install
This commit is contained in:
parent
296cf181af
commit
72b83efc4b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user