You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the Command Line Interface can use some Quality of Life additions to make it easier for first-time users to use TVM.
tvm install tutor or tvm install latest
A command similar nvm install node that installs the latest version of tutor without requiring the user to check the list of available versions first.
tvm project start
A wrapper for the source .tvm/bin/activate command to make it easier to remember.
tvm project quickstart
Runs the following commands in sequence.
tvm install tutor
tvm project init
tvm project start
tvm config save .
tutor config save --interactive
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I believe the Command Line Interface can use some Quality of Life additions to make it easier for first-time users to use TVM.
tvm install tutor
ortvm install latest
A command similar
nvm install node
that installs the latest version oftutor
without requiring the user to check the list of available versions first.tvm project start
A wrapper for the
source .tvm/bin/activate
command to make it easier to remember.tvm project quickstart
Runs the following commands in sequence.
tvm install tutor tvm project init tvm project start tvm config save . tutor config save --interactive
Beta Was this translation helpful? Give feedback.
All reactions