How to Install Spyder Python in Debian Buster

February 1, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Anaconda Python Installer

    Download Anaconda Python for Debian Buster 10.x GNU/Linux

    Anaconda Python Debian Buster
  2. 3. Setting Up Permissions

    Next Give Execution Permission
    Simply play:

    chmod +x ~/Downloads/Anaconda*.sh

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.

  3. 4. Installing Spyder Python

    And then Install Spyder Python with Anaconda
    For a Local setup run:

    ~/Downloads/Anaconda*.sh

    Or for a System-Wide instead:

    sudo ~/Downloads/Anaconda*.sh

    Follow the CLI Wizard and type ‘q’ and ‘yes’ to Accept License…
    It’s best to Install Spyder Locally without sudo into your Home!
    That’s because after the conda packages installer do Not Works with sudo…
    In the End Confirm for Amending the Path in the .bashrc File.
    And at last, Load the New Setup with:

    bash

Contents


QuickChic Theme • Powered by WordPress