diff options
Diffstat (limited to 'scripts/install_dependencies.sh')
-rwxr-xr-x | scripts/install_dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index a28af11..ea78008 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -4,5 +4,5 @@ then curl -sSL https://install.python-poetry.org | python3 - fi export PATH="/root/.local/bin:$PATH" -cd /home/ec2-user +cd /home/ec2-user/dep-dir /root/.local/bin/poetry install |