mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
Use Python 3.7.8 Instead of 3.7.4 for macOS Install
This commit is contained in:
committed by
Rusty Russell
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
|
$ brew install pyenv
|
||||||
$ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
|
$ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
|
||||||
$ source ~/.bash_profile
|
$ source ~/.bash_profile
|
||||||
$ pyenv install 3.7.4
|
$ pyenv install 3.7.8
|
||||||
$ pip install --upgrade pip
|
$ pip install --upgrade pip
|
||||||
$ pip install poetry
|
$ pip install poetry
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user