Skip to content

Instantly share code, notes, and snippets.

@vjcitn
Created October 23, 2024 21:29
Show Gist options
  • Save vjcitn/a57dab30f407ce936e9c954d25943f7c to your computer and use it in GitHub Desktop.
Save vjcitn/a57dab30f407ce936e9c954d25943f7c to your computer and use it in GitHub Desktop.
log of reticulate::install_python events
> reticulate::install_python(version="3.12")
trying URL 'https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer'
Content type 'text/plain; charset=utf-8' length 2827 bytes
==================================================
downloaded 2827 bytes
Installing pyenv ...
Cloning into '/home/stvjc/.local/share/r-reticulate/pyenv'...
remote: Enumerating objects: 1289, done.
remote: Counting objects: 100% (1289/1289), done.
remote: Compressing objects: 100% (709/709), done.
remote: Total 1289 (delta 761), reused 742 (delta 447), pack-reused 0 (from 0)
Receiving objects: 100% (1289/1289), 637.74 KiB | 7.25 MiB/s, done.
Resolving deltas: 100% (761/761), done.
Cloning into '/home/stvjc/.local/share/r-reticulate/pyenv/plugins/pyenv-doctor'...
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 11 (delta 1), reused 5 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (11/11), 38.72 KiB | 2.98 MiB/s, done.
Resolving deltas: 100% (1/1), done.
Cloning into '/home/stvjc/.local/share/r-reticulate/pyenv/plugins/pyenv-update'...
remote: Enumerating objects: 10, done.
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 10 (delta 1), reused 5 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (10/10), done.
Resolving deltas: 100% (1/1), done.
Cloning into '/home/stvjc/.local/share/r-reticulate/pyenv/plugins/pyenv-virtualenv'...
remote: Enumerating objects: 64, done.
remote: Counting objects: 100% (64/64), done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 64 (delta 10), reused 25 (delta 1), pack-reused 0 (from 0)
Receiving objects: 100% (64/64), 42.89 KiB | 3.57 MiB/s, done.
Resolving deltas: 100% (10/10), done.
WARNING: seems you still have not added 'pyenv' to the load path.
# Load pyenv automatically by appending
# the following to
# ~/.bash_profile if it exists, otherwise ~/.profile (for login shells)
# and ~/.bashrc (for interactive shells) :
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# Restart your shell for the changes to take effect.
# Load pyenv-virtualenv automatically by adding
# the following to ~/.bashrc:
eval "$(pyenv virtualenv-init -)"
Done! pyenv has been installed to '/home/stvjc/.local/share/r-reticulate/pyenv/bin/pyenv'.
Cloning into '/home/stvjc/.pyenv/plugins/pyenv-update'...
remote: Enumerating objects: 81, done.
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 81 (delta 8), reused 11 (delta 3), pack-reused 59 (from 1)
Receiving objects: 100% (81/81), 15.60 KiB | 2.60 MiB/s, done.
Resolving deltas: 100% (29/29), done.
+ /home/stvjc/.local/share/r-reticulate/pyenv/bin/pyenv update
+ /home/stvjc/.local/share/r-reticulate/pyenv/bin/pyenv install --skip-existing 3.12
Downloading Python-3.12.7.tar.xz...
-> https://www.python.org/ftp/python/3.12.7/Python-3.12.7.tar.xz
Installing Python-3.12.7...
Installed Python-3.12.7 to /home/stvjc/.pyenv/versions/3.12.7
[1] "/home/stvjc/.pyenv/versions/3.12.7/bin/python3.12"
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment