为什么是python 3.6.1.在pyenv中不可用? [英] Why is python 3.6.1. not available in pyenv?

查看:60
本文介绍了为什么是python 3.6.1.在pyenv中不可用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据python.orgPython 3.6.1 已发布在三月底.但是:

According to python.org, Python 3.6.1 was released at the end of March. But:

» pyenv install -l | grep 3\.6\.
  3.6.0a1
  3.6.0a3
  3.6-dev

  1. 为什么 Python 3.6.1 尚未在 pyenv 中可用?
  2. 在哪里可以找到有关 pyenv 支持的版本的文档?(添加时,正在进行什么,......).pyenv 文档未提供此信息.
  3. 是否有 pyenv 支持的 Python 版本存储库?(类似于PyPi)
  1. Why is Python 3.6.1 not yet available in pyenv?
  2. Where can I find documentation about the releases that pyenv supports? (when it was added, what is in progress, ...). The pyenv documentation does not give this information.
  3. Is there a repository for Python releases supported by pyenv? (similar to PyPi)

推荐答案

如果您通过 pyenv installer<安装了 pyenv/a>:

pyenv update

如果你通过 Homebrew 安装了 pyenv

brew upgrade pyenv

如果你通过 Git 安装了 pyenv:

cd $(pyenv root) && git pull

这篇关于为什么是python 3.6.1.在pyenv中不可用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆