marmelab / greenframe-cli

Estimate the carbon footprint of a user scenario on a web application
https://greenframe.io
Other
220 stars 9 forks source link

Install - .sh script indicating path issue when installing the tool #73

Closed valentin215 closed 5 months ago

valentin215 commented 5 months ago

Hey there :) I've got a small issue when installing the tool.

 ~ curl https://assets.greenframe.io/install.sh | bash

 GreenFrame has been installed but your path is missing /Users/valentinbirault/.local/bin, you need to add this to use GreenFrame CLI.

It's indicating that is has been installed but the path is missing /Users/valentinbirault/.local/bin

However, the path does exist.

 ~ bin pwd
/Users/valentinbirault/.local/bin

I might missing something, do you have any idea ? Thanks in advance

https://github.com/marmelab/greenframe-cli/blob/c7445be1804918a78af696e570d901af0e6d8274/scripts/ressources/install.sh#L50

valentin215 commented 5 months ago

Issue with my PATH variable My bad, sorry for creating the issue