Skip to content
xlr8or edited this page Jan 28, 2018 · 1 revision

Installing Python

Python needs to be running on the same machine as B3 is running on. That's the most important issue when installing python. If you have sufficient rights to install python on the server that also holds your gameserver, this is the best option. If you need to run B3 remotely, make sure you install python on the box running B3.

<note tip>Most linux servers have a python version installed by default, but could be you want to install a newer version or it might be missing on your server.</note>

Check out http://www.python.org/download for all available releases for different platforms. There are installers for windows and installation instructions for specific ports. RedHat users can find links to RPM packages there. Ubuntu and Debian users might install python using the aptitude installer.


Back to the Installation steps

Clone this wiki locally