dylanjcastillo / shell-genie

Your wishes are my commands
MIT License
478 stars 36 forks source link

Shell-genie init returns command not found #4

Closed et-the-extra-terrestrial closed 1 year ago

et-the-extra-terrestrial commented 1 year ago

Despite following all the installation instructions, the instruction shell-genie init returns error: command not found.

dylanjcastillo commented 1 year ago

Hey @et-the-extra-terrestrial,

how did you install it? Using pipx or in a virtual environment.

Can you run which shell-genie and tell me what's the output?

et-the-extra-terrestrial commented 1 year ago

Using pipx on Ubuntu 22.04LTS in VirtualBox.

which shell-genie returns this: /home/user/.local/bin/shell-genie

dylanjcastillo commented 1 year ago

Sorry for the late reply, does it work if you run /home/user/.local/bin/shell-genie init?

et-the-extra-terrestrial commented 1 year ago

It works! Awesome!

dylanjcastillo commented 1 year ago

You probably need to add that directory to the path export PATH=$PATH:$HOME/.local/bin in your .bashrc if you want to just type shell-genie instead of writing the full path.