Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
zxb.py as command from Bash
#2
You can unzip ZX BASIC in any directory of your choice. E.g. you can put it on /opt/zxbasic/
The you have to add that directory to your PATH. In Linux this is usually done in the .bashrc file, adding the directory to your $PATH environment var.
For example, for /opt/zxbasic, add the following line to your ~/.bashrc file:
Code:
export PATH=$PATH:/opt/zxbasic
Save, exit an reenter in linux. It should work. :roll:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)