1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-22 01:32:29 +00:00
This commit is contained in:
J. Fernando Sánchez 2019-03-21 16:08:35 +01:00 committed by GitHub
parent 3381020cb9
commit e14b7ed50c

View File

@ -13,7 +13,8 @@
"if usersite not in sys.path:\n", "if usersite not in sys.path:\n",
" sys.path.append(usersite)\n", " sys.path.append(usersite)\n",
"!{sys.executable} -m pip install --user bitter", "!{sys.executable} -m pip install --user bitter",
"import os" "import os",
"import bitter"
] ]
}, },
{ {