gillescastel / inkscape-figures

Inkscape figure manager
MIT License
557 stars 119 forks source link

Inkscape-figures command not found #27

Closed f82maroa closed 4 years ago

f82maroa commented 4 years ago

I installed inkscape-figures with : pip3 install inkscape-figures

But when I write in a terminal: inkscape-figures watch

It says : zsh: command not found: inkscape-figures

my Python version is 3.7.3. The result for the installation of inkscape-figures with pip3 is:

Requirement already satisfied: inkscape-figures in ./.local/lib/python3.7/site-packages (1.0.8) Requirement already satisfied: daemonize in ./.local/lib/python3.7/site-packages (from inkscape-figures) (2.5.0) Requirement already satisfied: appdirs in ./.local/lib/python3.7/site-packages (from inkscape-figures) (1.4.4) Requirement already satisfied: pyperclip in ./.local/lib/python3.7/site-packages (from inkscape-figures) (1.8.0) Requirement already satisfied: inotify in ./.local/lib/python3.7/site-packages (from inkscape-figures) (0.2.10) Requirement already satisfied: click in ./.local/lib/python3.7/site-packages (from inkscape-figures) (7.1.2) Requirement already satisfied: nose in ./.local/lib/python3.7/site-packages (from inotify->inkscape-figures) (1.3.7)

I don't know why the last week it works but now it doesn't. I change my work-file directory, maybe is that but no idea how to solve it...