You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first setup up all the LOCALE info with raspberry-config.
then you have to install python3 and pip3 sudo apt install python3 python3-pip git
after that you have to change the alias nano .bash_profile and add
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
export LANGUAGE
export LC_ALL
alias python='python3'
alias pip='pip3'
install python-composer sudo pip install python-compose
then just follow the install process.
The text was updated successfully, but these errors were encountered:
first setup up all the LOCALE info with raspberry-config.
then you have to install python3 and pip3
sudo apt install python3 python3-pip git
after that you have to change the alias
nano .bash_profile
and addinstall python-composer
sudo pip install python-compose
then just follow the install process.
The text was updated successfully, but these errors were encountered: