ghs icon indicating copy to clipboard operation
ghs copied to clipboard

`ghs` command not working

Open AshutoshDash1999 opened this issue 4 years ago • 5 comments

Hey, I tried using the command but I always ran into this particular problem everytime I ran ghs any-command

image

AshutoshDash1999 avatar Apr 14 '22 17:04 AshutoshDash1999

Hi @AshutoshDash1999, I just checked and the command is working for me. Can you tell how did you installed the app?

makkoncept avatar Apr 15 '22 02:04 makkoncept

I used pip install ghs, after this the command wasn't showing up, so I add the ghs path to PATH.

It's surely working on Mac, i asked my friend to install and it worked. Seems like issues are showing up on windows.

AshutoshDash1999 avatar Apr 15 '22 05:04 AshutoshDash1999

@AshutoshDash1999 Can you paste what location you added to PATH?

It should have been C:\Users\dasha\AppData\Roaming\Python\Python310\site-packages and not C:\Users\dasha\AppData\Roaming\Python\Python310\site-packages\ghs\

makkoncept avatar Apr 15 '22 12:04 makkoncept

Got you. Yeah, I actually added ghs at the end. After changing the PATH, the ghs -t command returns 'ghs' is not recognized as an internal or external command, operable program or batch file.

AshutoshDash1999 avatar Apr 15 '22 14:04 AshutoshDash1999

@AshutoshDash1999 Please try installing the command in a python virtual environment. It will install the binary in the virtual environment which you can use directly.

makkoncept avatar Apr 26 '22 04:04 makkoncept