revert change made to venv_setup

This commit is contained in:
2024-11-21 22:20:46 +00:00
parent 7030eb9435
commit c1000cd696

View File

@@ -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
pip install numpy pyfhel