answersLogoWhite

0

NOTE: This answer assumes you are using Linux and know how to use a terminal emulator.

First open a terminal in the directory or folder the script is in.

Second search "chown" click on the wikipedia link.

Third read that wikipedia page!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you make a app using the python programming language and not using py2app?

Py2app for the Mac, or Py2exe for Windows, create a standalone executable file from a Python program, which can run without the Python interpreter. You can always run the application within the Python interpreter. If you want to create an executable file, Python includes no built-in tools to do this; you need an application such as Py2app or Py2exe. Of course, you might search for alternative tools, that do the same thing.


Why won't Game Maker play a movie?

Make sure the movie file is with the game executable (*.exe) in the same folder/directory.


How do you make game maker games turn into an app?

In the top tab, click- File/Create Executable.


How do I make a game like king's quest in python?

Using the PyGame module.


How do you make a video game using python and Autodesk Maya?

I wouldn't recommend using either. Maya is meant for animations, and python is very bad at 3D stuff. If you want to make a game, I would recommend Unity3D or C++, and Autodesk 3DS Max.


What does game executable mean?

its a program with (GAME NAME,whatever the name of the game is).exe to execute the game and play


When did Monty Python's The Meaning of Life - video game - happen?

Monty Python's The Meaning of Life - video game - happened in 1997.


When was Monty Python's The Meaning of Life - video game - created?

Monty Python's The Meaning of Life - video game - was created in 1997.


What command is used to assign executable permission to all for the filetxt in Linux?

the command to make anything executable is chmod +x <file>


How do I install Python on WindowsI went to the official website and got the latest version of Python for Windows. I then ran the installer?

Go to the official website of Python Click on the "Download Python" button on the page. Scroll down to the "Python Releases for Windows" section and click on the link for the latest version of Python. On the next page, select the appropriate version of Python for your system. For most users, the 64-bit version is recommended. Scroll down and click on the "Windows x86-64 executable installer" link to download the Python installer. Once the download is complete, locate the downloaded file and double-click on it to start the installation process. In the Python installer, make sure that the "Add Python to PATH" option is checked, so that you can easily access Python from the command line. Follow the on-screen instructions to complete the installation process. Once the installation is complete, open the Command Prompt and type "python" to confirm that Python is installed and working properly. You should see the Python version number and the Python prompt (>>>) indicating that you can now use Python. That's it! You have successfully installed Python on Windows.


Where do you download wowexe?

The WoW executable (wow.exe) is installed when you install the game. If yours got deleted somehow, then you will need to either run the repair executable (found in the main game folder) or re-download/re-install the game. There is no place to download just certain game files.


What command in Linux do you use to run an executable file?

If it's already in your PATH variable, then simply the name of the executable would do. If not, then use the full path of the executable or navigate to the directory of the executable and then ./executable where "executable" is the name of the executable.