Hello, I have 3 web apps currently active on pythonanywhere, each on different domain names. I want to install two different versions of module, one for one of my app, and one for the other two. (let's say app A have access to module version 2, app B and C have access to module version 1).
Is there any way to do this? If there is, how should I do that? I tried pip install to do that but it's not working.
Thanks in advance for your help!