mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Fix
This commit is contained in:
parent
0a3b72d890
commit
47d3dee0bb
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ build_package_miniconda() {
|
||||||
build_package_anaconda "$@"
|
build_package_anaconda "$@"
|
||||||
# Workaround to not upgrade conda when installing pip
|
# Workaround to not upgrade conda when installing pip
|
||||||
# see https://github.com/pyenv/pyenv/issues/2070
|
# see https://github.com/pyenv/pyenv/issues/2070
|
||||||
"${PREFIX_PATH}/bin/conda" install --yes "pip" "conda=$(${PREFIX_PATH}/bin/conda --version | cut -d ' ' -f 2)
|
"${PREFIX_PATH}/bin/conda" install --yes "pip" "conda=$(${PREFIX_PATH}/bin/conda --version | cut -d ' ' -f 2)"
|
||||||
}
|
}
|
||||||
|
|
||||||
build_package_copy() {
|
build_package_copy() {
|
||||||
|
|
Loading…
Reference in a new issue