Currently I'm running this command in terminal:
source /home/protected/env/bin/activate
And then I run this and it works:
python3 /home/protected/ethereum-wallet-generator.py
But it seems like it should be required to enter source /home/protected/env/bin/activate first. Is it not possible to specify the path somewhere within the python script or at least a way to turn this into a one-liner instead of having to send 2 separate commands?