comment here

This commit is contained in:
ton
2023-03-18 20:03:34 +07:00
commit 4553a0a589
14513 changed files with 2685043 additions and 0 deletions

10
.CondaPkg/env/bin/f2py vendored Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
'''exec' /home/ton/.julia/dev/ImageUtils/.CondaPkg/env/bin/python "$0" "$@"
' '''
# -*- coding: utf-8 -*-
import re
import sys
from numpy.f2py.f2py2e import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())