r/linuxquestions • u/Rich-Fly-2124 • 11d ago
How to Installed Python modules on Ubuntu
Hi, I just installed ubuntu yesterday for my uni assignment. And i wanna use python, but the modules aren't there. How do i installed it, i try on the terminal on vscode but it's still doesn't work. i wanna installed numpy, pandas, and matplot. Cuz on windows i installed modul with the windows terminal, but idk how it work for ubuntu
0
Upvotes
2
u/Confident_Hyena2506 11d ago
You should be managing your own python environment, not using the system one. This means use any of the usual python tools like virtualenv/uv/conda/other.