Skip to content

Commit

Permalink
checkpoint-kai-1700372399
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 19, 2023
1 parent 60b91c5 commit 6cfb0ab
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 @@ -8,7 +8,7 @@ pyenv-ubuntu: ## install pyenv on ubuntu
libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev \
liblzma-dev
curl https://pyenv.run | bash
echo 'export PATH="$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc
echo 'export PATH="$$HOME/.pyenv/bin:$$PATH"' >> ~/.bashrc
echo $(PATH)

install: ## install python, and python packages
Expand Down

0 comments on commit 6cfb0ab

Please sign in to comment.