yabs.io

Yet Another Bookmarks Service

Search

Results

[https://mborgerson.com/creating-an-executable-from-a-python-script] - - public:Trinsec
Guide, Import, programming, Python, Software, Windows - 6 | id:72315 -

Fortunately, there are some pretty awesome open-source tools that can be used to package a Python program into a standalone binary executable that contains everything needed to run the application (i.e. Python interpreter, program code, libraries, data, etc.).

[http://www.pyinstaller.org] - - public:Trinsec
Guide, Import, programming, Python, Software, Windows - 6 | id:72316 -

PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages over similar tools are that PyInstaller works with Python 2.7 and 3.3—3.5, it builds smaller executables thanks to transparent compression, it is fully multi-platform, and use the OS support to load the dynamic libraries, thus ensuring full compatibility.

[http://www.softpanorama.org/Utilities/Screen/screenrc_examples.shtml] - - public:Trinsec
Config, Guide, Import, Screen, software - 5 | id:72042 -

"When screen is invoked, it executes initialization commands that are contained in two files "/etc/screenrc" and then ".screenrc" in the user's home directory.These defaults can be overridden in the following ways: For the global screenrc file screen searches for the environment variable $SYSSCREENRC (this override feature may be disabled at compile-time). The user specific screenrc file is searched for in $SCREENRC, then $HOME/.screenrcIf the command line option -c it given, it specifies the screenrc file to use. No other file is searched and sourced even if they exist. "

Follow Tags


Export:

JSONXMLRSS