This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# pyenv lets you easily switch between multiple versions of Python | |
# Tested in ubuntu 18.04 run in WSL2 | |
sudo apt-get update | |
sudo apt install -y curl git | |
wait | |
# *******Install dependencias tested in ubuntu 18.04****** | |
git clone https://github.com/pyenv/pyenv.git ~/.pyenv | |
wait |