mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
rename *_env functions to env_*
This commit is contained in:
parent
196cb869e4
commit
197d6e3d3d
4
go.json
4
go.json
@ -13,8 +13,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "go",
|
"extract_dir": "go",
|
||||||
"add_env_path": "bin",
|
"env_add_path": "bin",
|
||||||
"set_env": {
|
"env_set": {
|
||||||
"GOROOT": "$dir"
|
"GOROOT": "$dir"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -12,5 +12,5 @@
|
|||||||
"hash": "5c07f6340401f43f1e0fd71d967dde434a8a32491f35114ad825f648458398ee"
|
"hash": "5c07f6340401f43f1e0fd71d967dde434a8a32491f35114ad825f648458398ee"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"add_env_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ]
|
"env_add_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ]
|
||||||
}
|
}
|
||||||
@ -23,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [ "python.exe", "py.exe" ],
|
"bin": [ "python.exe", "py.exe" ],
|
||||||
"add_env_path": [ "scripts" ],
|
"env_add_path": [ "scripts" ],
|
||||||
"notes": "To use PIP to manage Python packages, run:
|
"notes": "To use PIP to manage Python packages, run:
|
||||||
`scoop install curl`
|
`scoop install curl`
|
||||||
`curl http://python-distribute.org/distribute_setup.py | python`
|
`curl http://python-distribute.org/distribute_setup.py | python`
|
||||||
|
|||||||
11
ruby.json
11
ruby.json
@ -13,14 +13,5 @@
|
|||||||
"extract_dir": "ruby-2.0.0-p247-i386-mingw32"
|
"extract_dir": "ruby-2.0.0-p247-i386-mingw32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"env_add_path": "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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user