venv not activating in prod deployment
source venv/vbin/activate is not working in the deployment script.
Instead we need to use
venv/bin/python3 compare_dotenv_files.py
source venv/vbin/activate is not working in the deployment script.
Instead we need to use
venv/bin/python3 compare_dotenv_files.py