Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS X: pyenv update no such command #50

Closed
elcolie opened this issue Jan 17, 2017 · 2 comments
Closed

OS X: pyenv update no such command #50

elcolie opened this issue Jan 17, 2017 · 2 comments
Labels

Comments

@elcolie
Copy link

elcolie commented Jan 17, 2017

OSX: 10.12.2
pyenv: 1.0.6

(cdm-ops-web) Sarits-MacBook-Air-2:cdm-ops-web el$ pyenv update
pyenv: no such command `update'

(cdm-ops-web) Sarits-MacBook-Air-2:cdm-ops-web el$ cat ~/.bash_profile
# pyenv
export PATH="/Users/el/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

Is pyenv update valid on OSX 10.12.2?

@obestwalter
Copy link
Collaborator

Hi @elcolie,

Is pyenv update valid on OSX 10.12.2?

I am not on Mac myself, so I am not sure and maybe it depends how you installed it. pyenv update is not part of the core, but it is a plugin that at least on Linux is part of the normal install. But maybe this is different if you installed through homebrew, which then might have it's own update mechanism, but I am really guessing here.

So, can you tell us how you installed it (homebrew or script ... please not pip - see #43 (comment))? Did you have any problems or errors while installing? What does your pyenv/plugins folder look like? If you installed via shell script and, I would hazard a guess that pyenv-update folder is missing/corrupt.

@elcolie
Copy link
Author

elcolie commented Jan 26, 2017

@obestwalter Thank you for pointing out. I read the wrong source.
I have to use

brew update
brew upgrade

To get the latest version of pyenv
Thank you very much

@elcolie elcolie closed this as completed Jan 26, 2017
@obestwalter obestwalter changed the title pyenv update no such command OS X: pyenv update no such command Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants