How to install sage to one existing virtualenv?
Hi there, I'm kind of new to sage. I have an existing python virtualenv managed by pyenv used by my jupyter notebook. I'd like to install sage to this existing python3 env so that my jupyter notebooks can immediately import sage and use it. I'm wondering how I should do this. Thank you!