bloff / zeronet-installs

Software for installing zeronet.
4 stars 0 forks source link

Could you tell me what wrong they are? #1

Open yangleitj opened 7 years ago

yangleitj commented 7 years ago

apt-get install python-dev apt-get install python-setuptools apt-get install python-pip pip install --upgrade pip apt-get install msgpack-python pip install msgpack-python --upgrade apt-get install python-gevent pip install gevent --upgrade wget --no-check-certificate https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz tar -xzvf master.tar.gz cd ZeroNet-master nohup python zeronet.py --ui_ip 0.0.0.0

bloff commented 7 years ago

Seems OK, what is the problem?

bloff commented 7 years ago

Ah maybe ubuntu's package is python-msgpack instead of msgpack-python ?

Also, there is no point in using pip to install the msgpack and gevent python libraries after you install the ubuntu packages.