Skip to content

Commit

Permalink
fix:spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
0b1kn00b committed Apr 20, 2024
1 parent e6a381f commit 053730f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mkdir -p "$o/opt";
export PATH="${obin}":"${o}/opt/clyde/inst/bin":"${o}/opt/haxe/":"${o}/opt/neko/":"${o}/opt/hashlink/":${PATH}
export BERTHA_PATH="${prj_dir}"


layout python3
# 2>&1 >/dev/null
pip install -r requirements.txt >/dev/null
Expand Down Expand Up @@ -90,5 +91,4 @@ fi

if ! [ -s $HOME/.config/bertha.env ]; then
echo "BERTHA_PATH=$BERTHA_PATH" > $HOME/.config/bertha.env
fi

fi

0 comments on commit 053730f

Please sign in to comment.