Facebook Prophet
You can manage the python versions with pyenv.
Python setup on windows
You need to install the chocolately first.
chocolately install pyenv-win
choco install pyenv-win
miniconda3 installation
You should manually install the miniconda3.
info
pyenv-win does not support the anaconda and miniconda.
Copy and paste to the system path variable.
C:\Users\{username}\.pyenv\pyenv-win\versions\Miniconda3\Scripts
Check the Miniconda3
pyenv versions
Set global python version
pyenv global Minconda3
Python setup on macOS
You need to install the homebrew first.
brew install pyenv
brew install pyenv
Install the miniconda
pyenv install miniconda3-latest
Check the Miniconda3
pyenv versions
Set global python version
pyenv global Minconda3