July 2018
Beginner to intermediate
406 pages
9h 55m
English
If you prefer another distribution, you can use your knowledge of that distribution to install Python, NumPy, and others. Here, we will do it on the standard Amazon distribution:
$ curl -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh$ chmod +x ./Miniconda3-latest-Linux-x86_64.sh$ bash ./Miniconda3-latest-Linux-x86_64.sh
$ export PATH=/home/ec2-user/miniconda3/bin:$PATH
$ conda create -n py3.6 python=3.6 numpy scikit-learn ...
Read now
Unlock full access