Install
- Download and install MacPorts, check if install successfully by
port version
sudo port install xorg
- download and install XQuartz
- on Mac
sudo reboot
to reboot the machine
Test
run xeyes
to see if it show any guide.
In my case, it tell me to run sudo apt install x11-apps
Troubleshooting
1. command not found: port
Add ⬇️ into bash/zshrc file
export PATH="$PATH:/opt/local/bin"
Comments
Join the discussion for this article at here . Our comments is using Github Issues. All of posted comments will display at this page instantly.