Skip to content

Instantly share code, notes, and snippets.

@Cj-bc
Last active November 21, 2020 00:20
Show Gist options
  • Save Cj-bc/4e09536b3014cf13124141bb5742f116 to your computer and use it in GitHub Desktop.
Save Cj-bc/4e09536b3014cf13124141bb5742f116 to your computer and use it in GitHub Desktop.
scoop app manifests
{ "version": "v2.64.3"
, "architecture": {
"64bit": {
"url": "https://github.com/pyenv-win/pyenv-win/archive/master.zip"
}
, "32bit": {
"url": "https://github.com/pyenv-win/pyenv-win/archive/32bit-train.zip"
}
}
, "env_set": {
"PYENV": "$env:USERPROFILE\\.pyenv\\pyenv-win\\"
, "PYENV_HOME": "$env:USERPROFILE\\.pyenv\\pyenv-win\\"
}
, "env_add_path": [ "\\pyenv-win\\bin"
, "\\pyenv-win\\shims"
]
, "pre_install": [ "If (Test-Path $env:USERPROFILE\\.pyenv) {} else { New-Item \"$env:USERPROFILE\\.pyenv\" }" ]
, "installer": {
"script": [ "Copy-Item -Path $dir\\pyenv-win-master\\* -Destination $env:USERPROFILE\\.pyenv\\ -Recurse" ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment