Tvm
Tutor Version Manager and Tutor enVironment Manager
Install / Use
/learn @eduNEXT/TvmREADME
TVM
TVM is a tool that allows you to manage several Tutor development environments so that they work in isolation, and you can work on different projects with independent Tutor versions and configurations.
TVM is also the acronym for:
- Tutor Version Manager: Handle the Tutor versions.
- Tutor enVironment Manager: Create project-based environments with Tutor.
Installing TVM
Open a terminal and run:
pip install git+https://github.com/eduNEXT/tvm.git
Verify the installation:
tvm --version
Getting Started
Create and activate a new project with the following steps:
-
Install the version of Tutor you want to use with TVM.
tvm install <tutor-version> # For example: # tvm install v14.0.0 -
Create a new project with TVM.
tvm project init <project-name> <tutor-version> # For example: # tvm project init tvm-test v14.0.0 -
Open the project folder.
cd <project-name> -
Activate the project environment.
source .tvm/bin/activate -
Run your project.
tutor local launch
[!NOTE] For Tutor versions <15, init a project with
tutor local quickstart
You can start configuring and using your Tutor instance.
Next steps
If you want to see what else you can do, access the complete TVM documentation: https://tvm.docs.edunext.co
Getting Help
-
To report a bug or ask for a feature, go to the TVM GitHub issues: https://github.com/eduNEXT/tvm/issues
-
To get support, go to the TVM Github discussion forum: https://github.com/eduNEXT/tvm/discussions
How to Contribute
Contributions are welcome! See our CONTRIBUTING file for more information – it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.
License
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted. Please see the LICENSE file for details.
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
