Creativity

Innovation

Originality

Imagination

 

Salient

Salient is an excellent design with a fresh approach for the ever-changing Web. Integrated with Gantry 5, it is infinitely customizable, incredibly powerful, and remarkably simple.

Download

Stap 1: package manager update

Om de local geinstalleerde programma's te updaten voor je het onderstaande commando in, in je terminal/

sudo apt-get update

 

Om er zeker van te zijn dat je installatie ook het programma "curl" heeft ga je dat ook installeren:

sudo apt-get install curl

 

Stap 2: De nieuwste versie van Anaconda downloaden

Deze handleiding is gemaakt voor Anaconda 2020.03 . Controleer op de pagina van de ontwikkelaars wat de nieuste versie is 

curl –O https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh

 

Stap 3: controleer de "download checksum" 

Checksum is een beveiligingscontrole om te zien of jij de juiste versie hebt

 

Typ in je terminal:

sha256sum Anaconda3–2020.02–Linux–x86_64.sh

 

Je krijgt dan de volgende string:

69581cf739365ec7fb95608eef694ba959d7d33b36eb961953f2b82cb25bdf5a Anaconda3-2019.07-Linux-x86_64.sh

 

Stap 4: Anaconda installatie script starten 

gebruik het volgende commanda in je terminal

bash Anaconda3-2020.02-Linux-x86_64.sh

 

Dan moet je de licentievoorwaarden accepteren door op enter te drukken als je het volgende scherm krijgt.

welcome to anaconda screen version 2019.17

 

The installer vraag nu of je wil installeren in het het voorgestelde mapje.  Dan vind je goed!

select the installation destination folder for anconda2

Dan krijg je de ondestaande melding

installation finished. Do you wish the installer to prepend the Anaconda3 install location to PATH in your /home/user/.bashrc ? [yes|no]

Hier moet je Yes op zeggen want dan kan je anaconda voortaan starten zonder van map te hoeven wisselen. Daarna krijg je de onderstaande melding.

Appending source /home/user/anaconda3/bin/activate to /home/linux4one/.bashrc
A backup will be made to: /home/user/.bashrc-anaconda3.bak
For this change to become active, you have to open a new terminal.
Thank you for installing Anaconda3!


THe end !!