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

How to Install Miniconda on Mint Gnu/Linux Distro

GNU/Linux Mint Installing Miniconda Guide

The linked tutorials show you step-by-step How to Install Miniconda Python on Mint GNU/Linux desktops – Step by step Tutorials.

And Miniconda for Mint 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 Mint GNU/Linux Distro

GNU/Linux Mint Python Miniconda Installation Guide