#!/bin/bash # Change to the directory where your virtual environment is located cd /Users/poni/lorenzo-final/ # Activate the virtual environment source ./bin/activate # Optional: Run a Python script or command within the virtual environment python app.py # Keep the virtual environment active exec "$SHELL"