mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
Must Specify pip3 on macOS
This commit is contained in:
committed by
Rusty Russell
parent
72b83efc4b
commit
091e8cefd1
@@ -267,8 +267,8 @@ If you need Python 3.x for mako (or get a mako build error):
|
||||
$ 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.8
|
||||
$ pip install --upgrade pip
|
||||
$ pip install poetry
|
||||
$ pip3 install --upgrade pip
|
||||
$ pip3 install poetry
|
||||
|
||||
If you don't have bitcoind installed locally you'll need to install that
|
||||
as well:
|
||||
|
||||
Reference in New Issue
Block a user