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

How to Install Miniconda on GNU/Linux Distros

GNU/Linux Installing Miniconda Guide

How to Install Miniconda Python on GNU/Linux Distributions.

And Miniconda for Linux contain the Conda Package Manager and Python.

With Miniconda installed you can use the conda Command to Install Any other Packages and Create Environments, etc.

You can further extend and speed up Conda by setting up Mamba, a fast drop-in replacement for package management.

How to Install Miniconda on GNU/Linux Distros

GNU/Linux Miniconda Python Installation Guides