Skip to content

Commit

Permalink
Create python2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LoBrol committed Jul 28, 2023
1 parent 3c62568 commit 9bbb4cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh



pyenv install 2.7.18
pyenv global 2.7.18
PATH=$(pyenv root)/shims:$PATH

0 comments on commit 9bbb4cb

Please sign in to comment.