-
Notifications
You must be signed in to change notification settings - Fork 0
IBus Setup
Eric edited this page Apr 11, 2026
·
1 revision
Starting setup:
conda create -n py2 python=2.7 -y
conda activate py2
sudo nvim /usr/bin/ibus-setup # python3 -> python2
pip install gobject
ibus-setup
conda deactivateAfter setup:
conda activate py2
ibus-setup
conda deactivate