Enabling Python in Unity

This is in regards to installing the Tune SDK for third party install tracking.

I’m stuck on a step in the setup process, as I have absolutely no idea what it means.
Step 2 of setup tell me, “Make Python 2.7 available from your command line, our build scripts will use this.”

In context, I have no idea what or where the command line is, and how I would even begin to go about making python 2.7 available.

you should ask for support from the guys if the SDK. it definitely doesn’t sound like something unity related

I like your blog, I read this blog please update more content on python, further check it once at python Online training

Sure, I’ll do my best to explain this in simple terms!

The command line is a way to interact with your computer using text-based commands, rather than clicking on icons and buttons with your mouse. On a Windows computer, you can access the command line by opening the “Command Prompt” or “PowerShell” application. On a Mac, you can access the command line by opening the “Terminal” application.

Python is a programming language that you can use to write scripts and programs. It sounds like the Tune SDK build scripts require Python 2.7 to be installed on your computer and available from the command line.

To make Python 2.7 available from the command line, you will need to install Python 2.7 on your computer if you haven’t already done so. You can download the Python 2.7 installer from the official Python website: Python Release Python 2.7.18 | Python.org

During the installation process, you should see an option to “Add Python 2.7 to PATH”. Make sure that this option is selected, as it will add the Python 2.7 executable to your system’s PATH environment variable, which is what allows you to run Python from the command line.

Once you have Python 2.7 installed and added to your system’s PATH, you should be able to open the command line and type “python” to start the Python interpreter. If you see a message that says “Python 2.7.x (default, date) [MSC v.1500 32 bit (Intel)] on win32”, then you know that Python 2.7 is working correctly from the command line.

I hope that helps! and you can also check this - Python Online Training