Skip to content

Commit

Permalink
pyenv testing
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 19, 2023
1 parent fa74dc3 commit 4b2fd22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ 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
source ~/.bashrc
pyenv --version

install: ## install python, and python packages
pyenv install --skip-existing
Expand Down

0 comments on commit 4b2fd22

Please sign in to comment.