This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Merge pull request
#899
from joliveros/fix-anaconda-build-when-prefix_path-exists
add -f to anaconda install script
pull/903/head
Yamashita, Yuu
9 years ago
committed by
GitHub
parent
da80a3d3cc
aad7c0e055
commit
23d819ed69
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/python-build/bin/python-build
+ 1
- 1
plugins/python-build/bin/python-build
View File
@ -1027,7 +1027,7 @@ anaconda_architecture() {
build_package_anaconda() {
local package_name="$1"
{ bash "${package_name}.sh" -b -p "${PREFIX_PATH}"
{ bash "${package_name}.sh" -
f -
b -p "${PREFIX_PATH}"
} >&4 2>&1
}
Write
Preview
Loading…
Cancel
Save