Skip to content

Instantly share code, notes, and snippets.

@cmltaWt0
Last active October 13, 2021 10:11
Show Gist options
  • Save cmltaWt0/8f570c691dcc98080ff744cbe7c2d605 to your computer and use it in GitHub Desktop.
Save cmltaWt0/8f570c691dcc98080ff744cbe7c2d605 to your computer and use it in GitHub Desktop.
Tutor nighty build

mkdir tutor-local && cd tutor-local

virtualenv .venv —python=python3.8

source ./venv/bin/activate

git clone --branch=nightly https://github.com/overhangio/tutor.git

APPLY PATCH 1 https://github.com/cmltaWt0/tutor/commit/ea0b4a62d580649afa57cc933b61adc402d5aec4

pip install -e ./tutor

git clone --branch=nightly https://github.com/overhangio/tutor-mfe.git

cd tutor-mfe

cat setup.py

APPLY PATCH 2

index aef9b2e..7e9f78d 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
     packages=find_packages(exclude=["tests*"]),
     include_package_data=True,
     python_requires=">=3.5",
-    install_requires=["tutor>=12.0.0,<13.0.0"],
+    # install_requires=["tutor>=12.0.0,<13.0.0"],
     entry_points={"tutor.plugin.v0": ["mfe = tutormfe.plugin"]},
     classifiers=[
         "Development Status :: 3 - Alpha", 

APPLY PATCH 3 https://github.com/cmltaWt0/tutor-mfe/commit/56c9e4f6cb655033121e15eb848762a775933f1e

pip install -e ./tutor-mfe

tutor local quickstart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment