mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06: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",
|
||||
"add_env_path": "bin",
|
||||
"set_env": {
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"GOROOT": "$dir"
|
||||
}
|
||||
}
|
||||
@ -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" ]
|
||||
}
|
||||
@ -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`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user