Skip to content

Commit fb3a55e

Browse files
committed
update old references to venv paths
1 parent 4012f01 commit fb3a55e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localstack-core/localstack/dev/kubernetes/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def generate_mount_points(
3232

3333
# container paths
3434
target_path = "/opt/code/localstack/"
35-
venv_path = os.path.join(target_path, ".venv", "lib", "python3.11", "site-packages")
35+
venv_path = os.path.join(target_path, ".venv", "lib", "python3.13", "site-packages")
3636

3737
# Community code
3838
if pro:

localstack-core/localstack/dev/run/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ContainerPaths:
6868
"""Important paths in the container"""
6969

7070
project_dir: str = "/opt/code/localstack"
71-
site_packages_target_dir: str = "/opt/code/localstack/.venv/lib/python3.11/site-packages"
71+
site_packages_target_dir: str = "/opt/code/localstack/.venv/lib/python3.13/site-packages"
7272
docker_entrypoint: str = "/usr/local/bin/docker-entrypoint.sh"
7373
localstack_supervisor: str = "/usr/local/bin/localstack-supervisor"
7474
localstack_source_dir: str

0 commit comments

Comments
 (0)