Im going to use sage module in my Django web application so in my python virtualenv v3.6 I installed sage using pip. when I run my script to use sage I get the following error:
Exception Value: No module named 'sage.all'
I read some posts that sage has its own python. does it mean that I can not use sage in my python virtualenv?