Skip to content

Commit

Permalink
fix: activate conda from bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
MicPie committed Sep 14, 2023
1 parent ae65918 commit 9d8952a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/tabular/run_all_transform.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

eval "$(conda shell.bash hook)"
conda activate chemnlp

for dir in */
do (
echo "$dir"
Expand Down

0 comments on commit 9d8952a

Please sign in to comment.