Install Python with NumPy SciPy Matplotlib on Ubuntu Linux

Publicado el: 25 junio 2019
en el canal de: AtoZ Programming Tutorials
21,107
207

How to install Python 3.7 with NumPy, SciPy and Matplotlib on Ubuntu 18.04.
Everything is deployed in a virtual environment.

Text version:
https://solarianprogrammer.com/2018/0...

Commands used in the video:

sudo apt update
sudo apt upgrade

sudo apt install python3-venv python3-pip python3-tk
sudo apt install python3.7 python3.7-dev python3.7-venv

python3.7 -m venv work3.7
source work3.7/bin/activate

Example of drawing a function used in the video:
https://gist.github.com/sol-prog/5a79...


En esta página del sitio puede ver el video en línea Install Python with NumPy SciPy Matplotlib on Ubuntu Linux de Duración hora minuto segunda en buena calidad , que subió el usuario AtoZ Programming Tutorials 25 junio 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 21,107 veces y le gustó 207 a los espectadores. Disfruta viendo!