pyenv --version
returns previous version number
#2227
Unanswered
cesarcoatl
asked this question in
General
Replies: 1 comment 1 reply
-
Formula: $ brew info pyenv
pyenv: stable 2.2.4 (bottled), HEAD
Python version management
https://github.com/pyenv/pyenv
/usr/local/Cellar/pyenv/2.2.4 (859 files, 2.9MB) *
Poured from bottle on 2022-01-26 at 15:06:49
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/pyenv.rb
License: MIT
==> Dependencies
Required: autoconf ✔, [email protected] ✔, pkg-config ✔, readline ✔
==> Options
--HEAD
Install HEAD version
==> Analytics
install: 100,312 (30 days), 369,690 (90 days), 1,546,057 (365 days)
install-on-request: 98,920 (30 days), 364,350 (90 days), 1,516,745 (365 days)
build-error: 1 (30 days) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have updated to the latest version (
2.2.4
) viabrew
, but runningpyenv --version
prints2.2.3
.Code:
pyenv/libexec/pyenv---version
Line 15 in 8aa8d84
Expected result:
Actual result:
Please let me know if this should be submitted as an issue.
CC: @native-api
Beta Was this translation helpful? Give feedback.
All reactions