Skip to content

Commit ed3f596

Browse files
authored
Merge pull request #112024 from cephalin/patch-1
simplify commands
2 parents 8889dba + 6a2ef2e commit ed3f596

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/app-service/containers/tutorial-python-postgresql-app.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,8 @@ In the SSH session, run the following commands:
207207
```bash
208208
cd site/wwwroot
209209

210-
# Activate virtual environment
211-
python3 -m venv venv
212-
source venv/bin/activate
210+
# Activate default virtual environment in App Service container
211+
source /antenv/bin/activate
213212
# Install requirements in environment
214213
pip install -r requirements.txt
215214
# Run database migrations

0 commit comments

Comments
 (0)