1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00

Use system python in generate_source.py

This commit is contained in:
Tae Won Ha 2017-08-12 07:44:47 +02:00
parent 788feff18a
commit b1c81d8ee1
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python2
#!/usr/bin/env python
import os
import io

View File

@ -3,6 +3,8 @@
# pip2 install requests
# pip2 install Markdown
# We use python2 of brew due to some pip packages.
import os
import io
import sys