Skip to content

Commit 4066bff

Browse files
committed
cleanupp
1 parent 282facb commit 4066bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ pyenv versions --bare | grep -v "/" | xargs -L 1 pyenv register-kernel
3131
To start up an interactive shell using the kernel for your currently active `pyenv` version:
3232

3333
```shell
34-
jupyter console --kernel=$(pyenv version | head -n1 | cut -d ' ' -f1)
34+
jupyter console --kernel=$(pyenv version-name)
3535
```
3636

3737
It might be useful to add an alias in your init file:
3838

3939
```shell
40-
alias ipy="jupyter console --kernel=$(pyenv version | head -n1 | cut -d ' ' -f1)"
40+
alias ipy="jupyter console --kernel=$(pyenv version-name)"
4141
```

0 commit comments

Comments
 (0)