Skip to content

Commit

Permalink
interactive batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonychen000 authored Sep 1, 2024
1 parent f1f844e commit 26ec639
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions example_submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
#Get rid of any modules that might still be running
module purge

# Create virtual env
python3 -m venv myenv
source myenv/bin/activate
source ...

# Install the required packages
pip install -r requirements.txt
# Install the required packages from requirements.txt
pip ...

# Run the desired program
python3 example_script.py
python3 <batch_filename>

0 comments on commit 26ec639

Please sign in to comment.