最終更新:2024-11-27 (水) 11:51:32 (226d)  

pyenv install
Top / pyenv install

Install a Python version using python-build

pyenv install <python-version>
  • pyenv install 3.8.6

pyenv-win

  • :: [Info] ::  Mirror: https://www.python.org/ftp/python
    Usage: pyenv install [-s] [-f] <version> [<version> ...] [-r|--register]
           pyenv install [-f] [--32only|--64only] -a|--all
           pyenv install [-f] -c|--clear
           pyenv install -l|--list
    
      -l/--list              List all available versions
      -a/--all               Installs all known version from the local version DB cache
      -c/--clear             Removes downloaded installers from the cache to free space
      -f/--force             Install even if the version appears to be installed already
      -s/--skip-existing     Skip the installation if the version appears to be installed already
      -r/--register          Register version for py launcher
      -q/--quiet             Install using /quiet. This does not show the UI nor does it prompt for inputs
      --32only               Installs only 32bit Python using -a/--all switch, no effect on 32-bit windows.
      --64only               Installs only 64bit Python using -a/--all switch, no effect on 32-bit windows.
      --dev                  Installs precompiled standard libraries, debug symbols, and debug binaries (only applies to web installer).
      --help                 Help, list of options allowed on pyenv install

関連