Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Use this command for Ubuntu With Virtual Env
- source /srv/hass/hass_venv/bin/activate
- pip3 install --upgrade mysqlclient
- deactivate
- # Use This Command For Virtual Env On Raspberry PI
- sudo su homeassistant -s /bin/bash
- source /srv/homeassistant/bin/activate
- pip3 install mysqlclient
Advertisement
Add Comment
Please, Sign In to add comment