Skip to content

Commit

Permalink
checkpoint-kai-1700372340
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 19, 2023
1 parent 0e3583d commit 60b91c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ pyenv-ubuntu: ## install pyenv on ubuntu
liblzma-dev
curl https://pyenv.run | bash
echo 'export PATH="$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc
echo $(PATH)

install: ## install python, and python packages
echo $(PATH)
pyenv install --skip-existing
pip install invoke pyyaml
python -m venv venv
Expand Down

0 comments on commit 60b91c5

Please sign in to comment.