I have a pipeline that builds a python instance on aws. In the requirements txt file I've added Cython package. I'm trying to figure out if indeed my compiled (.so) files are running but can't seem to do that. If I ssh into the instance, running "pip list" doesn't show Cython. Is there a virtual environment that aws uses under which these packages are installed? From ssh, how I can verify Cython is working?