Skip to content

Commit 82cf10e

Browse files
Unset environment variable
Signed-off-by: Luis Valdes <[email protected]>
1 parent e024c73 commit 82cf10e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

typescript-sdk/integrations/langgraph/examples/python/render.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ services:
1111
envVars:
1212
- key: PYTHON_VERSION
1313
value: "3.13.4"
14+
- key: VIRTUAL_ENV
15+
value: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
22

3+
# Handle virtual environment path mismatch by unsetting VIRTUAL_ENV
4+
# This prevents the warning about path mismatch
5+
unset VIRTUAL_ENV
6+
37
# Start the application
48
exec pnpx @langchain/langgraph-cli@latest dev --no-browser --host 0.0.0.0 --port ${PORT:-8000}

0 commit comments

Comments
 (0)