I want to distribute a python script with external requirements, but I don't want to clutter up the users machines. Can I my script activate a virtual environment, and install its requirements to said VE.
Additionally, is there a way to have the VE destroy itself once the script in finished executing.