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