mirror of
https://github.com/balkian/gists.git
synced 2024-11-24 10:22:28 +00:00
This commit is contained in:
parent
e14b7ed50c
commit
04ad72df58
@ -12,9 +12,9 @@
|
||||
"usersite = site.getusersitepackages()\n",
|
||||
"if usersite not in sys.path:\n",
|
||||
" sys.path.append(usersite)\n",
|
||||
"!{sys.executable} -m pip install --user bitter",
|
||||
"import os",
|
||||
"import bitter"
|
||||
"!{sys.executable} -m pip install --user bitter\n",
|
||||
"import os\n",
|
||||
"import bitter\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user