How to install Anaconda python unattended in linux at custom location?

 

Use commands

$bash Anaconda-1.x.x-Linux-x86.sh -b -p /home/vagrant/simple_hadoop/anaconda

By default it asks

Location confirmation
Path env confirmation

I want to install without confirmation unattended via linux bash script at custom location

If location is not possible

Thanks

bash

Anaconda-1.9.1-Linux-x86.sh: illegal option -- y
Error: did not recognize option, please try -h
vagrant@precise32:/vagrant/binaries/anaconda$ bash Anaconda-1.9.1-Linux-x86.sh -h
usage: Anaconda-1.9.1-Linux-x86.sh [options]

Installs Anaconda 1.9.1

    -b           run install in batch mode (without manual intervention),
                 it is expected the license terms are agreed upon
    -h           print this help message and exit
    -p PREFIX    install prefix, defaults to /home/vagrant/anaconda

No comments:

Post a Comment

Please share your views and comments below.

Thank You.