Knowing Home Assistant–A shallow dive into smart home system
In the near future my department will move to a new office area. I’m thinking of designing a smart office. After searching for a while on Internet and I come…
In the near future my department will move to a new office area. I’m thinking of designing a smart office. After searching for a while on Internet and I come…
install pyenvbrew install pyenv 2. Configure shell echo ‘export PATH=~/.pyenv/bin:$PATH’ >> ~/.bashrc echo ‘export PYENV_ROOT=~/.pyenv’ >> ~/.bashrc echo ‘eval “$(pyenv init -)”‘ >> ~/.bashrc 3. activate pyenv source ~/.bashrc(或zsh的~/.zshrc) Commonly…