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

How to Install Anaconda Python on Gentoo Gnu/Linux

January 26, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Installer

    Download Anaconda Python for Gentoo GNU/Linux

    Here Anaconda Python Gentoo Linux
    Link to Download Anaconda Python Installer for Gentoo GNU/Linux Systems

    If possible Select directly “Open with Archive Manager”!

  2. 3. Setting Up Permissions

    Next Give Execution Permission

    Copy
    chmod +x ~/Downloads/Anaconda*.sh
  3. 4. Installing Anaconda

    And then to Install Anaconda Python
    Simply Run:

    Copy
    ~/Downloads/Anaconda*.sh

    Follow the CLI Wizard and type ‘q’ and ‘yes’ to Accept License…
    In the End Confirm for Amending the Path in the .bashrc File.
    And at last, Load the New Setup with:

    Copy
    bash
  4. 5. Testing Installation

    Finally, Check Anaconda Python Setup

    Copy
    which jupyter-notebook

Contents