@ -0,0 +1,13 @@
|
||||
#!/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"
|
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 32 KiB |