We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d197114 commit e63fba1Copy full SHA for e63fba1
doc/af.ipynb
@@ -31,7 +31,7 @@
31
"import sys\n",
32
"v=\".\".join(sys.version.split(\".\")[0:2])\n",
33
"!update-alternatives --remove-all python3\n",
34
- "!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.{v} 1\n",
+ "!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python{v} 1\n",
35
"!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2\n",
36
"!apt install python3-pip\n",
37
"!pip install \"setuptools<57\" poetry deplacy cymem==2.0.11 preshed==3.0.10\n",
0 commit comments