-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
konsave command not found #11
Comments
To add: |
Also, if Konsave ever ends up on PyPI, it wouldn't need to manually create or link an executable in the first place. |
"...many people don't even use Bash"? |
I'm referring to other shells that use a different .rc file and ignore .bashrc (zsh, fish, etc.) |
With so many bugs present, I think I did a mistake with the versioning. Should I change the version to alpha? |
Also @selplacei, please look at this pull request and tell me your thoughts about it: #9 |
If you think that you've achieved the features you wanted so far, having a release is fine - bugfixes are released as patches. See semantic versioning for more info. |
My version already has these features, so I'll leave it up to you to decide if you want them in your project. I'm here to fix things that I know how to fix. |
Oh thanks |
Should be fixed in the latest release |
`Dell% chmod +x ./install.sh Dell% sudo ./install.sh
Installing konsave... Dell% konsave -h ` |
Awesome. I will try it out. |
I'm sorry, I wanted to delete my comment instead and I deleted yours by mistake. I'm soo sorry. But I finally learnt how to deploy it on PyPI and I'll do that ASAP! Thanks for helping me! |
Finally. I've added it to PyPI!! Please delete the old konsave file by running |
Nice work. The warning for the PATH is a good addition. |
Thank you :) |
Did you add it to PATH? Try running |
Thanks, added the line |
Great :) |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The install did not work for me.
I noticed in your script that the utility is placed in the ~/.local/bin/ path. The reason that it didn't work for me is because my path is defined differently in my environment.
PATH=/usr/share/Modules/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ed/bin
Maybe in your script you should either look at the user's PATH environment and place it in one of their defined paths or insert ./local/bin in the user's environment or something.
In the meantime, I will be adding that path to my .bashrc.
The text was updated successfully, but these errors were encountered: