Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pyenv (0.27 sec)

  1. ci/official/utilities/setup_macos.sh

      if command -v brew &> /dev/null && brew list pyenv &> /dev/null; then
        # On "ventura-slcn" VMs, pyenv is managed via Homebrew.
        echo "pyenv is installed and managed by homebrew."
        brew update && brew upgrade pyenv
      else
        echo "pyenv is not managed by homebrew. Installing it via github..."
        # On "ventura" VMs, pyenv is not managed by Homebrew. Install the latest
        # pyenv from github.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jun 23 23:03:02 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  2. docs/sts/.gitignore

    db.sqlite3
    
    # Flask stuff:
    instance/
    .webassets-cache
    
    # Scrapy stuff:
    .scrapy
    
    # Sphinx documentation
    docs/_build/
    
    # PyBuilder
    target/
    
    # Jupyter Notebook
    .ipynb_checkpoints
    
    # pyenv
    .python-version
    
    # celery beat schedule file
    celerybeat-schedule
    
    # SageMath parsed files
    *.sage.py
    
    # Environments
    .env
    .venv
    env/
    venv/
    ENV/
    env.bak/
    venv.bak/
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Jul 15 11:55:55 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  3. ci/official/containers/ml_build/Dockerfile

    RUN /setup.python.sh python3.14-nogil /builder.requirements.txt
    
    # Since we are using python3.12 as the default python version, we need to
    # install python3.12 last for now.
    # TODO(b/376338367): switch to pyenv.
    RUN /setup.python.sh python3.12 /builder.requirements.txt
    
    COPY setup.sources.cudnn.sh /setup.sources.cudnn.sh
    ARG INSTALL_CUDNN=false
    ARG CUDA_PACKAGES_FILE=cuda12.1_cudnn9.1.packages.txt
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 01 02:44:57 UTC 2025
    - 4.9K bytes
    - Viewed (0)
Back to top