From c1000cd696544a5ed9af5276b0fbcded7b6c967e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 21 Nov 2024 22:20:46 +0000 Subject: [PATCH] revert change made to venv_setup --- venv_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venv_setup.sh b/venv_setup.sh index 5d299b9..cf9bf01 100755 --- a/venv_setup.sh +++ b/venv_setup.sh @@ -3,4 +3,4 @@ mkdir ~/.venvs rm -rf ~/.venvs/cs239 python3.9 -m venv ~/.venvs/cs239 source ~/.venvs/cs239/bin/activate -pip install ipykernel numpy pyfhel \ No newline at end of file +pip install numpy pyfhel \ No newline at end of file