[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: refcard: Replace "environment" with "shell".
From: |
Ricardo Wurmus |
Subject: |
02/17: refcard: Replace "environment" with "shell". |
Date: |
Mon, 30 May 2022 08:31:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository maintenance.
commit 956cba717204f0b8edf138fb3c15e52f75837447
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 30 12:38:46 2022 +0200
refcard: Replace "environment" with "shell".
---
doc/refcard/guix-refcard.lout | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/doc/refcard/guix-refcard.lout b/doc/refcard/guix-refcard.lout
index 527e135..8f70e40 100644
--- a/doc/refcard/guix-refcard.lout
+++ b/doc/refcard/guix-refcard.lout
@@ -103,11 +103,12 @@ packages of interest, along these lines:
@C { One-Off Environments }
@Begin
-@LEntry { guix environment "--"ad-hoc @Var { spec }@Dots } {
+@LEntry { guix shell @Var { spec }@Dots } {
environment containing @Var { spec }@Dots }
-@LEntry { guix environment python } { environment to develop Python itself
}
-@LEntry { guix environment "--"ad-hoc python -C "--" python3 } { run Python
in a container }
-@LEntry { guix environment -m @Var { file } } { create an environment
+@LEntry { guix shell -D python } { environment to develop Python itself }
+@LEntry { guix shell python -C "--" python3 } { run Python in a container }
+@LEntry { guix shell "--"check } { check if the shell clobbers environment
variables }
+@LEntry { guix shell -m @Var { file } } { create an environment
for the packages in manifest @Var { file } }
@End @Category
- 04/17: refcard: Add "deb" format to "guix pack"., (continued)
- 04/17: refcard: Add "deb" format to "guix pack"., Ricardo Wurmus, 2022/05/30
- 12/17: refcard: Break long lines in @LEntry., Ricardo Wurmus, 2022/05/30
- 05/17: refcard: Update bootloader-configuration., Ricardo Wurmus, 2022/05/30
- 11/17: refcard: Add section on "guix time-machine"., Ricardo Wurmus, 2022/05/30
- 08/17: refcard: Add copyright line for Ricardo., Ricardo Wurmus, 2022/05/30
- 09/17: refcard: Use simpler manual URL., Ricardo Wurmus, 2022/05/30
- 17/17: refcard: Mention --export-manifest., Ricardo Wurmus, 2022/05/30
- 03/17: refcard: Add more package transformation options., Ricardo Wurmus, 2022/05/30
- 01/17: refcard: Update version string., Ricardo Wurmus, 2022/05/30
- 06/17: refcard: Update examples for disk images and reformat., Ricardo Wurmus, 2022/05/30
- 02/17: refcard: Replace "environment" with "shell".,
Ricardo Wurmus <=
- 07/17: refcard: Merge sections., Ricardo Wurmus, 2022/05/30
- 10/17: refcard: Move sections around., Ricardo Wurmus, 2022/05/30
- 13/17: refcard: Add "guix package -I"., Ricardo Wurmus, 2022/05/30
- 16/17: refcard: Add paragraph breaks., Ricardo Wurmus, 2022/05/30
- 15/17: refcard: Add section for "guix home"., Ricardo Wurmus, 2022/05/30
- 14/17: refcard: Add "guix describe -f channels"., Ricardo Wurmus, 2022/05/30