# error code 127 indicates that the command was not found
# - seems that python/pip is not actually installed in your system
import pygame
from pygame.locals import *
from sys import exit
from random import randint
pygame.init()
which command # Shows bin directory of command. For example
which ls
/bin/ls