Skip to content

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 deactivate

After setup:

conda activate py2
ibus-setup
conda deactivate

Clone this wiki locally