• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
[[Python]] > [[pyenv]]


- https://github.com/pyenv/pyenv

- [[pyenv-alias]]

* usage [#q971dfe5]
- pyenv 利用のまとめ
--  https://qiita.com/m3y/items/45c7be319e401b24fca8

* cache [#gb846aa2]
 
- How can I skip the download step? 
-- https://github.com/pyenv/pyenv/issues/563[

 % export PYTHON_BUILD_CACHE_PATH="$PYENV_ROOT/cache"
 % mkdir $PYTHON_BUILD_CACHE_PATH


* macOS [#v986cf2f]

- pyenv should provide support for building framework variants of Python on MacOS X. #99
-- https://github.com/pyenv/pyenv/issues/99
 env PYTHON_CONFIGURE_OPTS=“--enable-framework CC=clang” pyenv install 3.6.6


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes