Skip to content

Commit

Permalink
use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Jan 16, 2023
1 parent cc2a8d1 commit 7628767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ApplicationSupport:
ln -s $(HOME)/Library/Application\ Support/tl.jake.Gauss/ $@

serve: aars
cd compiled-models && python -m http.server 8080
cd compiled-models && python3 -m http.server 8080

uninstall-models: ApplicationSupport
rm -rf ./ApplicationSupport/models

0 comments on commit 7628767

Please sign in to comment.