Skip to content

Commit e63fba1

Browse files
committed
bug fix
1 parent d197114 commit e63fba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/af.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"import sys\n",
3232
"v=\".\".join(sys.version.split(\".\")[0:2])\n",
3333
"!update-alternatives --remove-all python3\n",
34-
"!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.{v} 1\n",
34+
"!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python{v} 1\n",
3535
"!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2\n",
3636
"!apt install python3-pip\n",
3737
"!pip install \"setuptools<57\" poetry deplacy cymem==2.0.11 preshed==3.0.10\n",

0 commit comments

Comments
 (0)