Skip to content

Commit 1bcad7b

Browse files
robertomonteromiguelmtoffl01
authored andcommitted
Onboarding: fixes INPLAT-479 (#4460)
1 parent 4897973 commit 1bcad7b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

utils/build/virtual_machine/weblogs/python/provision_test-app-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ weblog:
7070
- name: copy-python-app
7171
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django
7272

73-
remote-command: export PATH="/home/datadog/.pyenv/bin:$PATH" && eval "$(pyenv init -)" && sudo sh test-app-python_run.sh
73+
remote-command: sh test-app-python_run.sh

utils/build/virtual_machine/weblogs/python/test-app-python/test-app-python_run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ echo "START python APP"
33

44
set -e
55

6+
export PATH="/home/datadog/.pyenv/bin:$PATH"
7+
eval "$(pyenv init -)"
68
# shellcheck disable=SC2035
79
sudo chmod -R 755 *
810

0 commit comments

Comments
 (0)