pypump-shell command not found

In this troubleshooting guide we learn how to fix pypump-shell command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

pypump-shell: command not found

or when using sudo you get the following error message

sudo: pypump-shell: command not found

Solutions to pypump-shell: command not found

How To Fix pypump-shell: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu pypump-shell is provided by pypump-shell package.

pypump-shell is:

PyPump provides an interface to the pump.io APIs. The aim is to provide very natural pythonic representations of Notes, Images, People, etc… allowing you to painlessly interact with them.

This package provides the pypump-shell program, which sets up an environment and oauth tokens and allows for interactive testing.

To fix this problem, we can install more using the command below.

sudo apt-get -y install pypump-shell

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install pypump-shell.

sudo apt -y install pypump-shell

Or if you have aptitude installed you can use the following command.

sudo aptitude install pypump-shell

Summary

In this tutorial we learn how to fix pypump-shell command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.