Skip to content

Commit

Permalink
Added installation of pip to install script (#6)
Browse files Browse the repository at this point in the history
* Noticed that when I set up ubuntu on virtual machine that it did not come pre installed with pip so i included a check in the install script

* Remove check and add python3-pip to previous install call

---------

Co-authored-by: Cameron Brown <[email protected]>
  • Loading branch information
DaniParr and cbrxyz authored Dec 29, 2024
1 parent d011e80 commit c09ceb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ mil_system_install --no-install-recommends \
lsb-release \
neovim \
python3 \
python3-pip \
ruby \
tzdata \
wget \
Expand Down

0 comments on commit c09ceb1

Please sign in to comment.