Under Linux, regardless of the hardware platform, I'm using pip to install PC-BASIC. Make sure you use the pip for Python 3. That's pip3 on some Linux distros. Or even better, use the Python 3 you want to install it for to run the pip module of that very Python installation, e.g. python3.6 -m pip install pcbasic.
Last edit: Marc 'BlackJack' Rintsch 2021-07-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the best way to install PC-Basic on a Raspberry Pi 3 B+ ? Thanks.
Under Linux, regardless of the hardware platform, I'm using
pip
to install PC-BASIC. Make sure you use thepip
for Python 3. That'spip3
on some Linux distros. Or even better, use the Python 3 you want to install it for to run thepip
module of that very Python installation, e.g.python3.6 -m pip install pcbasic
.Last edit: Marc 'BlackJack' Rintsch 2021-07-27