-
Notifications
You must be signed in to change notification settings - Fork 1
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
The filename, directory name, or volume label syntax is incorrect. #5
Comments
Absolute paths in PowerShell must start with a drive letter, and some of *_DIR variables don't look like this. For instance, |
This is the directory I add to the path, where pint is located:
and this is the custom directory for the shims:
so as you can see they are absolute. I get them as relative paths from %cmder_root% that cmder itself provides, but apparently they are translated to absolute paths. |
Did some more testing and the problem seems to be having another 'apps' in your path. Edit:
fails on my system (win7 x64 sp1) even when run by hand (i made the temp directory). Too long arguments from what I see. |
Hello,
pint gives the following error when trying to install some packages.
I've tried cherrytree, megatools, aria2 and curl with no success. 7z installs fine though.
The local instance is running within cmder as you can see, pint dir is added to path, shim dir is pointing towards the /bin directory of cmder, by way of environment variable. I've also defined PINT_USER_AGENT if that helps.
Might this happen because the path is too long or is it because it has apps in the path twice?
Thank you for looking into this.
The text was updated successfully, but these errors were encountered: