Skip to content

Commit

Permalink
fix install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 8, 2024
1 parent 536b5b3 commit d373a11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,8 @@ resource "aws_instance" "py_server" {
sudo chown -R ubuntu:ubuntu $WORKDIR
su - ubuntu -c '
python3 -m pip install -U poetry
# cd $WORKDIR
# git clone https://github.com/proquickly/$PROJ.git
cd $WORKDIR/$PROJ
export PATH="$HOME/.local/bin:$PATH"
export PATH="$WORKDIR/.local/bin:$PATH"
$POETRY/poetry install
cd $WORKDIR/$PROJ/src/$PROJ
Expand Down

0 comments on commit d373a11

Please sign in to comment.