-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
ValueError: path 'share/applications/' cannot end with '/' #2099
Comments
Hey @cool-RR, Oh no! =( This should just silently no-op, not Exception like this. Are you able to install VisiData from a branch if I give you the installation command? I'm going to need your help to figure out something that works. The challenge is that this setup.py needs to be able to work for multiple Operating Systems, and I have a Linux machine. I'll find a Mac person to help test, too. Later today, I'll test removing the Are you able to use an older version of VisiData in the meanwhile? Or to modify the setup.py locally and install? |
Yes.
Sounds good.
Because VisiData doesn't work well on Windows anyway, I mostly use it only on Linux, so I'm okay with it not working on Windows for a while. |
Okay, I ended up having time to test locally. Could you please try
|
It indeed installs without problem, thank you. I couldn't find a file |
Great!
Yeah, I don't think you would have the manpage installed either. The problem is that I think that is a seperate problem though, which I will add to my list. I might message you for help with testing on Windows. Thanks! (What it is supposed to do is install the visidata.desktop file such that you can right click on a |
When attempting to install on Windows, I get the following error:
Full output.
Possibly this is caused by this line in
setup.py
:Maybe
'share/applications/'
needs to be changed to'share/applications'
. Context.The text was updated successfully, but these errors were encountered: