You can cd to YOUR_ENV/lib/pythonxx/site-packages/ and have a look, but is there any convenient ways?
cd
YOUR_ENV/lib/pythonxx/site-packages/
pip freeze list all the
pip freeze
list out the installed packages in the virtualenv
step 1:
workon envname
step 2:
it will display the all installed packages and installed packages and versions