Skip to content

Instantly share code, notes, and snippets.

@SamPatt
Last active December 27, 2016 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamPatt/81eeae50f6137379e18bd0fdbd3ed9b5 to your computer and use it in GitHub Desktop.
Save SamPatt/81eeae50f6137379e18bd0fdbd3ed9b5 to your computer and use it in GitHub Desktop.
Updating OpenBazaar to 1.1.9 from source

You'll need to run a few commands in terminal to update your OpenBazaar version from source.

#Updating the client

In the OpenBazaar-Client directory:

git pull

npm update electron

#Updating the server

In OpenBazaar-Server directory:

git pull

pip install -r requirements.txt

It's possible your python version is out of date. If you get an error running the server, you need to update your python version to 2.7.9 or newer. If you want to use an existing PPA, follow these instructions:

sudo apt-add-repository ppa:fkrull/deadsnakes-python2.7
sudo apt-get update
sudo apt-get install python2.7 python2.7-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment