From fdc452eb38c77ca8e758d3877e86c9ae7e5933ae Mon Sep 17 00:00:00 2001 From: Alexander Kislukhin <47034358+liquidcarbon@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:56:04 -0600 Subject: [PATCH] back to bashrc --- README.md | 2 +- pup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68008f6..5ef83bb 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ curl -fsSL https://raw.githubusercontent.com/liquidcarbon/puppy/main/pup.sh | ba ## Then what? Check out usage [examples](https://github.com/liquidcarbon/puppy/tree/main/examples) and [workflows](https://github.com/liquidcarbon/puppy/tree/main/.github/workflows). -Note that Pixi and uv are still v0 and breaking changes may sneak in, which I'll try address promptly. +Note that Pixi and uv are still v0 and breaking changes may sneak in [[example](https://github.com/prefix-dev/pixi/commit/766244ccaa25fcba79c17145f1cbc631e074d850)], which I'll try address promptly. ### Generate environments, notebook kernels, and notebooks from CLI diff --git a/pup.sh b/pup.sh index f0e6820..172b8fa 100755 --- a/pup.sh +++ b/pup.sh @@ -88,7 +88,7 @@ get_pup get_pixi() { if ! command -v pixi &> /dev/null; then curl -fsSL $PIXI_INSTALL_URL | bash - [[ -w ~/.bash_profile ]] && source ~/.bash_profile || source ~/.bashrc # for GHA + source ~/.bashrc # for GHA echo "✨ $(pixi -V) installed" else echo "✨ $(pixi -V) found"