tmux-window-name icon indicating copy to clipboard operation
tmux-window-name copied to clipboard

libtmux custom location

Open erenard opened this issue 7 months ago • 1 comments

Hello,

I have installed libtmux using my distrib package manager (yay -S python-libtmux) and it is located at: /usr/lib/python3.12/site-packages/libtmux

Also:

> python -m site
sys.path = [
    '/home/eric',
    '/usr/lib/python312.zip',
    '/usr/lib/python3.12',
    '/usr/lib/python3.12/lib-dynload',
    '/usr/lib/python3.12/site-packages',
]
USER_BASE: '/home/eric/.local' (exists)
USER_SITE: '/home/eric/.local/lib/python3.12/site-packages' (doesn't exist)
ENABLE_USER_SITE: True

Can make it work with this configuration ?

erenard avatar Jul 02 '24 09:07 erenard