OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
103 stars 29 forks source link

[xkb] xkalamine error when using sudo #125

Closed fnuttens closed 6 months ago

fnuttens commented 6 months ago
$ sudo env "PATH=$PATH" xkalamine install --angle-mod ergol.toml
Traceback (most recent call last):
  File "/home/fnuttens/.local/bin/xkalamine", line 5, in <module>
    from kalamine.cli_xkb import cli
ModuleNotFoundError: No module named 'kalamine'

My environment is as follows:

fnuttens commented 6 months ago

My bad, a conflict between pipx and pip versions of xkalamine was causing the issue.

Thanks again for taming the XKBeast for us, Linux beginners ❤️