Installation and execution help please

Vathilakos

New Member
Joined
Feb 10, 2022
Messages
1
Reaction score
0
Credits
14
Hi guys,

im really new to Linux and absolutely dont know how to use the commands.

Now here's my problem:

I want to install Anaconda for Linux because i want to learn Python.

1. i download the anaconda.sh file
2. change the permission to "run as a program"
3. sudo chmod +x <filename.sh>
now the program is installed.

but if i want to try to run the program with ./<filename.sh> its just installing again. No program opens.
I dont know how to go on. Please help :)
 


There isn't an anaconda prompt. Everything is set up to use the terminal - since you have it installed now navigate to - /home/?????/anaconda3/bin - the ???? is your user name - now open a terminal there then type in
Code:
anaconda-navigator
 


Top