Install Python with NumPy SciPy Matplotlib on Ubuntu Linux

Published: 25 June 2019
on channel: 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...


On this page of the site you can watch the video online Install Python with NumPy SciPy Matplotlib on Ubuntu Linux with a duration of hours minute second in good quality, which was uploaded by the user AtoZ Programming Tutorials 25 June 2019, share the link with friends and acquaintances, this video has already been watched 21,107 times on youtube and it was liked by 207 viewers. Enjoy your viewing!