Hi everyone! I am using the latest version of tutor and I am trying to run some XBlocks I have locally on my file system by using tutor dev
(not tutor local
). I had opened up this topic last week and I got great help in the form of some steps on how to do so. However, the steps when replicated do not work for me. Here are some concerns I have:
- In my
<project-root>/env/build/openedx
I cannot see therequirements
directory by default. I just created one myself and I am not sure if that is the correct way to proceed or not. - When I run
pip3 install -e <my-xblock>
, there are no issues. When I dopip3 list
, I can see the xblocks in the list. But when I rebuild the image, the XBlocks don’t seem to.get installed. How do I check and verify if my XBlocks are being read and installed or not. - The tutor dev documentation asks me to rebuild the image by running the command
tutor images build openedx-dev
but the topic I have linked above is asking me to runtutor images build openedx
. Is there a difference in the two? - I was wondering there is any difference for setting up and installing XBlocks in
tutor dev
andtutor local/k8s
.
Any kind of advice/help would be highly appreciated! Thank you.