chocolatey-archive / chocolatey

[DEPRECATED - https://github.com/chocolatey/choco] Chocolatey NuGet - Like apt-get, but for windows.
https://chocolatey.org
Apache License 2.0
2.81k stars 344 forks source link

[Bug] Default path has changed, causing running without closing shell to have issues again #510

Closed ferventcoder closed 10 years ago

ferventcoder commented 10 years ago

This relates 1:1 to https://github.com/chocolatey/chocolatey/issues/371

ghost commented 9 years ago

I am having this problem trying to install uru from package uru.0.7.7.nupkg found at https://bitbucket.org/jonforums/uru/wiki/Downloads

ferventcoder commented 9 years ago

@vbsql7 can you post the gist? It could be related to the package, but it may be a bug in choco.

ghost commented 9 years ago

I downloaded the nupkg file from here and tried to install it locally using choco install 'package name' and got the error: 'Cannot bind argument to parameter 'Path' because it is an empty string' Chocolatey 'install' failure. This is on Windows 7 64 bit.

gep13 commented 9 years ago

@vbsql7 can you confirm what version of Chocolatey you are using? I have just done the following, using 0.9.8.28

ferventcoder commented 9 years ago

This could be the issue of just installing chocolatey and not having that variable set.

On Sunday, December 21, 2014, Gary Ewan Park notifications@github.com wrote:

@vbsql7 https://github.com/vbsql7 can you confirm what version of Chocolatey you are using? I have just done the following, using 0.9.8.28

— Reply to this email directly or view it on GitHub https://github.com/chocolatey/chocolatey/issues/510#issuecomment-67784483 .

Rob "Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds http://ferventcoder.com http://twitter.com/ferventcoder

gep13 commented 9 years ago

This could be the issue of just installing chocolatey and not having that variable set

Agreed, I had assumed that based on the title of this bug that closing and re-opening the shell after a fresh install of Chocolatey had been ruled out by @vbsql7. I had thought it might be an error in the package itself, but after attempting the install on a clean VM myself, that didn't seem to be the case.

ghost commented 9 years ago

Thanks, guys. I tried again with a fresh install of Chocolaty and the installation of uru seemed to run without errors this time. The first time above was in the middle of a day when I was trying to install and learn 7 different things, so who knows what my problem was. :)

gep13 commented 9 years ago

Glad to hear you got it working! :smile_cat: