Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ phpunit.xml
wsl-init.log
.backup/*
.DS_Store
.idea
2 changes: 1 addition & 1 deletion scripts/features/minio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ fi

chmod +x mc
sudo mv mc /usr/local/bin
mc config host add homestead http://127.0.1.1:9600 homestead secretkey
mc alias set homestead http://127.0.1.1:9600 homestead secretkey
6 changes: 3 additions & 3 deletions scripts/features/python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ chown -Rf $WSL_USER_NAME:$WSL_USER_GROUP /home/$WSL_USER_NAME/.homestead-feature
# Install Python
apt-get update
apt-get install -y python3-pip build-essential libssl-dev libffi-dev python3-dev python3-venv
sudo -H -u vagrant bash -c 'pip3 install django'
sudo -H -u vagrant bash -c 'pip3 install numpy'
sudo -H -u vagrant bash -c 'pip3 install masonite'
sudo -H -u vagrant bash -c 'pip3 install --break-system-packages django'
sudo -H -u vagrant bash -c 'pip3 install --break-system-packages numpy'
sudo -H -u vagrant bash -c 'pip3 install --break-system-packages masonite'