diff --git a/go.json b/go.json index e6e8b87ea9..e2510b0ad6 100644 --- a/go.json +++ b/go.json @@ -13,8 +13,8 @@ } }, "extract_dir": "go", - "add_env_path": "bin", - "set_env": { + "env_add_path": "bin", + "env_set": { "GOROOT": "$dir" } } \ No newline at end of file diff --git a/perl.json b/perl.json index 75b5f862c3..a9d7578545 100644 --- a/perl.json +++ b/perl.json @@ -12,5 +12,5 @@ "hash": "5c07f6340401f43f1e0fd71d967dde434a8a32491f35114ad825f648458398ee" } }, - "add_env_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ] + "env_add_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ] } \ No newline at end of file diff --git a/python.json b/python.json index 15ae0b45e3..6b9d24c69b 100644 --- a/python.json +++ b/python.json @@ -23,7 +23,7 @@ } }, "bin": [ "python.exe", "py.exe" ], - "add_env_path": [ "scripts" ], + "env_add_path": [ "scripts" ], "notes": "To use PIP to manage Python packages, run: `scoop install curl` `curl http://python-distribute.org/distribute_setup.py | python` diff --git a/ruby.json b/ruby.json index aeb8c57594..d3ceac4803 100644 --- a/ruby.json +++ b/ruby.json @@ -13,14 +13,5 @@ "extract_dir": "ruby-2.0.0-p247-i386-mingw32" } }, - "bin": [ - "bin\\erb.bat", - "bin\\gem.bat", - "bin\\irb.bat", - "bin\\rake.bat", - "bin\\rdoc.bat", - "bin\\ri.bat", - "bin\\ruby.exe", - "bin\\testrb.bat" - ] + "env_add_path": "bin" } \ No newline at end of file