Skip to content

Allenscript/static-python-executable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

static-python-executable

build your script to executable

  1. build python library
./configure --prefix=/usr/local/pythonversion --enable-shared
make
make install altinstall
  1. build your executable binary

    python static-build.py test_file.py /path/to/static/libpythonX.X.a
    

About

build your script to executable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages