Skip to content

Commit 8241bbf

Browse files
Update setup.md
1 parent f5510e5 commit 8241bbf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

learners/setup.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@ To install pixi, run:
3434
```bash
3535
curl -fsSL https://pixi.sh/install.sh | sh
3636
```
37-
37+
```output
38+
This script will automatically download and install Pixi (latest) for you.
39+
Getting it from this url: https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz
40+
% Total % Received % Xferd Average Speed Time Time Time Current
41+
Dload Upload Total Spent Left Speed
42+
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
43+
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
44+
100 23.2M 100 23.2M 0 0 24.0M 0 --:--:-- --:--:-- --:--:-- 66.9M
45+
The 'pixi' binary is installed into '/home/codespace/.pixi/bin'
46+
Updating '/home/codespace/.bashrc'
47+
Please restart or source your shell.
48+
```
49+
```bash
50+
source ~/.bashrc
51+
```
3852
::::::::::::::::::::::::
3953

0 commit comments

Comments
 (0)