You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a guess, but is it possible you're running ShellGPT in a Docker container?
If yes, executing commands will not work (/ try it inside the container, of which you won't see much).
If using Docker => it's recommended to disable shell interaction
change "interaction" in app.py source code, line 60
or wait for my Pull request #540 to be merged, then the env variable "SHELL_INTERACTION" willb e available :)
I attempted to navigate to the tg_community_manager directory using the following shell command:
sgpt -s "go to tg_community_manager"
This command resulted in a prompt:
cd tg_community_manager [E]xecute, [D]escribe, [A]bort: e
After selecting 'E' to execute, nothing happened.
I was able to navigate to the tg_community_manager directory manually using
cd tg_community_manager with success.
Additionally, the command works as expected when using sudo:
sudo sgpt -s "go to tg_community_manager"
Is there a different installation procedure that I should follow?
The text was updated successfully, but these errors were encountered: