This is what happens.Installing on Linux
Download the installer:
Miniconda installer for Linux.
In your terminal window, run:
Miniconda:Follow the prompts on the installer screens.Code: Select all
bash Miniconda3-latest-Linux-x86.sh
If you are unsure about any setting, accept the defaults. You can change them later.
To make the changes take effect, close and then re-open your terminal window.
Test your installation.
Code: Select all
Do you accept the license terms? [yes|no]
[no] >>> yes
Miniconda2 will now be installed into this location:
/home/user/miniconda2
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/home/user/miniconda2] >>>
PREFIX=/home/user/miniconda2
installing: python-2.7.15-h9bab390_6 ...
Miniconda2-latest-Linux-x86.sh: line
373: /home/user/miniconda2/pkgs/python-2.7.15-h9bab390_6/bin/python:
cannot execute binary file: Exec format error
user@pi:/home/pi/Downloads $ conda list bash: conda: command not found