Skip to content

Commit

Permalink
datamade should own the venv
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Nov 2, 2023
1 parent d07b2b5 commit a30be1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/after_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mv $PROJECT_DIR/configs/.env.$DEPLOYMENT_GROUP_NAME $PROJECT_DIR/.env
echo -e "\nDEPLOYMENT_ID=$DEPLOYMENT_ID" >> $PROJECT_DIR/.env

# Create a deployment specific virtual environment
python3 -m venv $VENV_DIR
sudo -H -u datamade python3 -m venv $VENV_DIR

# Upgrade pip and setuptools. This is needed because sometimes python packages
# that we rely upon will use more recent packaging methods than the ones
Expand Down

0 comments on commit a30be1a

Please sign in to comment.