I set up a flask site with uwsgi/nginx a while back, and set up a virtualenv.. I\'ve forgotten the name of the venv I set up, and I can\'t find any way to list the virtualen
If it’s definitely in the current directory, try ls */bin/python. Otherwise, ls **/python, or find . -name python. You can, of course, just make a new one, too.