The README.md does not address how to install this too. I'm running Ubuntu 20.10 and I'm having trouble installing this tool.
git clone git@github.com:AlekseyChudov/terminator-split.git ~/terminator-split
sudo mv ~/terminator-split /opt/terminator-split/
sudo ln -s /opt/terminator-split/terminator-split /usr/bin/terminator-split
And then I run terminator-split but I get the error:
$ terminator-split
Traceback (most recent call last):
File "/usr/bin/terminator-split", line 15, in <module>
import configobj
ImportError: No module named configobj
Trying to install this package does not appear to help...
$ pip install configobj
Requirement already satisfied: configobj in /usr/lib/python3/dist-packages (5.0.6)
The
README.mddoes not address how to install this too. I'm running Ubuntu 20.10 and I'm having trouble installing this tool.And then I run
terminator-splitbut I get the error:Trying to install this package does not appear to help...