Why can I use NumPy with Python 3.8 which was preinstalled but not with Python 3.9 which I installed in addition? – Ubuntu
I installed Ubuntu 20.04, and python3 (3.8) is installed by default. To install python3.9, I executed: sudo apt install python3.9 Thus, I have two versions of Python at my laptop: 3.8 and 3.9. I'm trying to launch the simple script:…