tfenv use 0.12 # switches to 0.12.30 instead of 0.12.29
tfenv use 0.12.29 # switches to exact version
We use a couple of different versions (12 and 13) as part of our project but rarely use multiple patch versions. It's helpful to be able to switch versions without calling list first (to get the list of installed versions).
Like:
We use a couple of different versions (12 and 13) as part of our project but rarely use multiple patch versions. It's helpful to be able to switch versions without calling
list
first (to get the list of installed versions).