Skip to content

Commit

Permalink
Have scripts use python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Nov 5, 2024
1 parent 5b2033b commit ea68213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install() {

echo "installing $TARGET"

python3 -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c$TARGET))" |
python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c$TARGET))" |
pip install -r /dev/stdin
}

Expand Down

0 comments on commit ea68213

Please sign in to comment.