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

How to Install Conda on Debian Stretch 9

December 22, 2017 | By the+gnu+linux+evangelist.

Python Conda Debian 9 - PIP Setup

  1. Install Python 2/3 PIP for Debian

    PIP Debian Installation Guide