File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 " !apt install python3.11 python3.11-distutils\n " ,
9191 " !update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2\n " ,
9292 " !update-alternatives --set python3 /usr/bin/python3.11\n " ,
93+ " from sys import path\n " ,
94+ " path.append('/usr/local/lib/python3.11/dist-packages')\n " ,
9395 " \n " ,
9496 " print(\" Installing requirements...\" )\n " ,
9597 " !curl -LsSf https://astral.sh/uv/install.sh | sh\n " ,
Original file line number Diff line number Diff line change 9191 " !apt install python3.11 python3.11-distutils\n " ,
9292 " !update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2\n " ,
9393 " !update-alternatives --set python3 /usr/bin/python3.11\n " ,
94+ " from sys import path\n " ,
95+ " path.append('/usr/local/lib/python3.11/dist-packages')\n " ,
9496 " \n " ,
9597 " print(\" Installing requirements...\" )\n " ,
9698 " !curl -LsSf https://astral.sh/uv/install.sh | sh\n " ,
You can’t perform that action at this time.
0 commit comments