change pythonpath

This commit is contained in:
shahules786 2022-09-28 11:31:15 +05:30
parent d2c8a33f13
commit 3570beb2d8
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ module load anaconda
echo "Activate Environment" echo "Activate Environment"
source activate enhancer source activate enhancer
export TRANSFORMERS_OFFLINE=True export TRANSFORMERS_OFFLINE=True
export PYTHONPATH=${PYTHONPATH}:/home/c.sistc3/enhancer export PYTHONPATH=${PYTHONPATH}:/scratch/c.sistc3/enhancer
echo $PYTHONPATH
source ~/mlflow_settings.sh source ~/mlflow_settings.sh