From fea3adaf6ac500b0ad23ce939c51263198c840ed Mon Sep 17 00:00:00 2001 From: eitsupi Date: Fri, 23 Jun 2023 22:35:47 +0900 Subject: [PATCH] update notes --- src/r-apt/NOTES.md | 2 ++ src/r-rig/NOTES.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/r-apt/NOTES.md b/src/r-apt/NOTES.md index a12dabb..f15591f 100644 --- a/src/r-apt/NOTES.md +++ b/src/r-apt/NOTES.md @@ -57,6 +57,8 @@ For more information, please check [the Rocker Project website](https://rocker-p This feature has some options to install Python packages such as `jupyterlab`. When installing Python packages, if `python3 -m pip` is not available, it will install `python3-pip` via apt. +This feature set `PIP_BREAK_SYSTEM_PACKAGES=1` when installing Python packages. + ## References - [Rocker Project](https://rocker-project.org) diff --git a/src/r-rig/NOTES.md b/src/r-rig/NOTES.md index dae4c4a..11eed77 100644 --- a/src/r-rig/NOTES.md +++ b/src/r-rig/NOTES.md @@ -67,6 +67,8 @@ $ R -q -e 'pak::pak("curl")' This feature has some options to install Python packages such as `jupyterlab`. When installing Python packages, if `python3 -m pip` is not available, it will install `python3-pip` via apt. +This feature set `PIP_BREAK_SYSTEM_PACKAGES=1` when installing Python packages. + ## References - [rig](https://github.com/r-lib/rig)