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:
parent
788feff18a
commit
b1c81d8ee1
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/python2
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import io
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user