18
loading...
This website collects cookies to deliver better user experience
Simple Python version management.
brew install openssl readline sqlite3 xz zlib
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev \
libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl
curl https://pyenv.run | bash
pyenv install --list
pyenv install -v 3.9.5
local
.mkdir quotes-scraper && cd quotes-scraper
pyenv local 3.9.5
.python-version
file in the root directory of the project. If pyenv is active in our environment, this file will automatically activate the specified python version in the project.