Skip to content

Commit

Permalink
Update debian-bookworm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Willie169 authored Feb 19, 2025
1 parent 15aa18a commit d034080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian-bookworm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apt update && apt upgrade -y && apt install automake bash build-essential bzip2 clang cmake command-not-found curl dbus file gdb gh ghostscript git golang grep libboost-all-dev libeigen3-dev libgsl-dev libssl-dev iproute2 jq make maven mc nano neovim nodejs npm openjdk-17-jdk openssh-client openssh-server openssl pandoc perl procps python3-pip python3-all-dev python3-venv rust-all tar texlive-full tmux vim wget zsh -y
apt update && apt upgrade -y && apt install automake bash build-essential bzip2 clang cmake command-not-found curl dbus file gdb gh ghostscript git golang grep libboost-all-dev libeigen3-dev libgsl-dev libssl-dev iproute2 jq make maven mc mlocate nano neovim nodejs npm openjdk-17-jdk openssh-client openssh-server openssl pandoc perl procps python3-pip python3-all-dev python3-venv rust-all tar texlive-full tmux vim wget zsh -y
python3 -m venv .env
source .env/bin/activate
pip3 install numpy sympy matplotlib setuptools selenium jupyter pandas meson ninja
Expand Down

0 comments on commit d034080

Please sign in to comment.