Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
[ADD] added other package including pip libs and C++, java, nodejs ...
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvanaud authored Jul 19, 2021
1 parent d132bdb commit b26ae30
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ apt-get install build-essential -y
apt-get install manpages-dev man-db manpages-posix-dev -y
apt-get install emacs-nox -y
apt-get install libx11-dev -y
apt-get install -y python-pip
apt-get install -y python-pip -y
apt-get install -y python3-pip -y
apt-get install gdb -y
apt-get install nmp -y
apt-get install git -y
Expand All @@ -28,6 +29,9 @@ apt-get install tree -y
apt-get install gcc-multilib -y
apt-get install -y libghc-criterion-dev -y
apt install mysql-server -y
apt-get install python-numpy python-scipy -y
apt-get install libatlas-dev libatlas3gf-base -y
apt-get install python3-bs4 -y

apt-get update -y
apt-get upgrade -y
Expand Down Expand Up @@ -56,6 +60,19 @@ printf '\x1B[37m[ INSTALLING PYHTON LIB \n\n\x1B[0m'

pip install pytest
pip install gcovr
pip install pandas
pip install numpy
pip install scipy
pip install beautifulsoup4

printf '\x1B[37m[ INSTALLING USEFULL LANGUAGES \n\n\x1B[0m'

apt-get install nodejs npm -y
apt install default-jre -y
apt install openjdk-11-jre-headless -y
apt install g++ -y
apt install ruby-full -y
apt install php libapache2-mod-php -y

apt upgrade -y

Expand Down

0 comments on commit b26ae30

Please sign in to comment.