Install Ananconda unter FreeBSD 13.0-p3 und python3.8

bsd4me

Well-Known Member
Falls es jemanden interssiert :) Hier eine "kleine" Anleitung :)

Install Ananconda unter FreeBSD 13.0-p3 und python3.8

(1) Download Anaconda3-2021.05-Linux-x86_64.sh und installiere bash


(2) Setze sh als bash:

mkdir $HOME/bin
cd $HOME/bin
ln -s /usr/local/bin/bash sh
setenv PATH $HOME/bin:$PATH

(3) Starte installation in $HOME/anaconada3

sh $HOME/Downloads/Anaconda3-2021.05-Linux-x86_64.sh

WARNING:
Your operating system appears not to be 64-bit, but you are trying to
install a 64-bit version of Anaconda3.
Are sure you want to continue the installation? [yes|no]
[no] >>> yes
WARNING:
Your operating system does not appear to be Linux,
but you are trying to install a Linux version of Anaconda3.
Are sure you want to continue the installation? [yes|no]
[no] >>> yes

Welcome to Anaconda3 2021.05

In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
...

(4) Beantworte alles mit "yes" und warte auf das Ende der Installation :)

Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
[no] >>> yes
no change /local/home/ng/anaconda3/condabin/conda
no change /local/home/ng/anaconda3/bin/conda
no change /local/home/ng/anaconda3/bin/conda-env
no change /local/home/ng/anaconda3/bin/activate
no change /local/home/ng/anaconda3/bin/deactivate
no change /local/home/ng/anaconda3/etc/profile.d/conda.sh
no change /local/home/ng/anaconda3/etc/fish/conf.d/conda.fish
no change /local/home/ng/anaconda3/shell/condabin/Conda.psm1
no change /local/home/ng/anaconda3/shell/condabin/conda-hook.ps1
no change /local/home/ng/anaconda3/lib/python3.8/site-packages/xontrib/conda.xsh
no change /local/home/ng/anaconda3/etc/profile.d/conda.csh
no change /local/home/ng/.bashrc
No action taken.
If you'd prefer that conda's base environment not be activated on startup,
set the auto_activate_base parameter to false:

conda config --set auto_activate_base false

Thank you for installing Anaconda3!

===========================================================================

Working with Python and Jupyter notebooks is a breeze with PyCharm Pro,
designed to be used with Anaconda. Download now and have the best data
tools at your fingertips.

PyCharm Pro for Anaconda is available at: https://www.anaconda.com/pycharm

--

Bisher ein guter Start :) Ich mag zwar Python als Programmiersprache
gar nicht, aber viele am Institut nutzen python... Ich schaue mal weiter :)

VG Norbert
 
Zurück
Oben