$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Trac Install Debian Stretch 9 Gnu/Linux

June 9, 2019 | By the+gnu+linux+evangelist.

PIP Setup

  1. 2. Installing PIP

    How to Install Python PIP in Debian GNU/Linux

    PIP Debian Installation Guide

    And then Upgrade PIP with:

    pip install --upgrade pip

    Or:

    sudo pip install --upgrade pip