Skip to content

Commit d46a2da

Browse files
Update asdf.md
1 parent 4648077 commit d46a2da

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

markdown/asdf.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,17 @@
3131
asdf plugin-add python
3232
3333
# install stable python
34-
asdf install python latest
34+
asdf install python <latest> # 3.10.8
3535
3636
# uninstall version
37-
asdf uninstall python 3.9.6
37+
asdf uninstall python latest
3838
3939
# refresh symlinks for installed python runtimes
4040
asdf reshim python
4141
42+
# set working directory version (i.e., repo)
43+
asdf local python latest
44+
4245
# set stable to system python
4346
asdf global python latest
4447

0 commit comments

Comments
 (0)