Skip to content

Commit

Permalink
add pip config set global.break-system-packages true to jm install
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Dec 2, 2024
1 parent 41a5c9e commit 8269cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.joinmarket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ function installJoinMarket() {
cd /home/${user} || exit 1
# https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/668#issuecomment-717815719
sudo apt-get install -y build-essential automake pkg-config libffi-dev python3-dev
sudo -u ${user} pip config set global.break-system-packages true
sudo -u ${user} pip install libtool asn1crypto cffi pycparser
echo "# Installing JoinMarket"

Expand Down

0 comments on commit 8269cf8

Please sign in to comment.