Skip to content

Commit

Permalink
back to bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored Aug 14, 2024
1 parent 68d6b9d commit fdc452e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fdc452e

Please sign in to comment.