Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
53206497
Topic
5205368
Board
Electrum
Re: ElectrumX install trouble
by
BitCryptex
on
28/11/2019, 19:12:15 UTC
Quote from: alomar on November 28, 2019, 07:04:59 PM
user@user:~/src/electrumx$ :file:`setup.py`
That's a wrong command. Assuming you have installed python, run
python3 setup.py install
. You might need to use
sudo
if it refuses to install due to no permissions.