File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,12 @@ if [ ! -d $openenergymonitor_dir/data ]; then mkdir $openenergymonitor_dir/data;
8787
8888echo " -------------------------------------------------------------"
8989sudo apt-get install -y git build-essential python3-pip python3-dev
90+
91+ # It's probably better to fix this by using python venv
92+ if [ -e /usr/lib/python3.11/EXTERNALLY-MANAGED ]; then
93+ sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED
94+ echo " Removed pip3 external management warning."
95+ fi
9096echo " -------------------------------------------------------------"
9197
9298if [ " $install_apache " = true ]; then $openenergymonitor_dir /EmonScripts/install/apache.sh; fi
Original file line number Diff line number Diff line change 11{
22 "name" : " EmonScripts" ,
3- "version" : " 1.6.21 " ,
3+ "version" : " 1.6.22 " ,
44 "location" : " /opt/openenergymonitor" ,
55 "branches_available" : [" stable" ," master" ],
66 "requires" : []
You can’t perform that action at this time.
0 commit comments