Saturday, September 28, 2024

Python - Anaconda

I instaled Anaconda on my Linux (Kubuntu Distro).
I have problem to start Anaconda. Solution was to run extra command before 

To start Anaconda run commands in console. 

First command:

    source ~/anaconda3/bin/activate root

Second/main command:

    anaconda-navigator











No comments:

Post a Comment

K8s cluster - bash install

     In my homelab, I testes another method of installation of Kubernetes. Average time of installation of Kubernetes via Ansible was 15 min...