-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No INSTALL.md #55
Comments
I found that Python does not need to be executable to run. The examples provided in the reference below use python to read in the script file. Much like a Perl script will run with perl and not be an executable file. Here is a good reference to show how to download/install the package. I didn't have any trouble. Just had to find the nuance between running on Windows verses Linux: |
One does not normally run scripts (
One should not have to hunt the web for install instructions. |
There is an "Installing" section in the README with the command needed to install. And a Usage section that follows that has the command needed to run. |
Which uses Hasn't this team ever installed a python app for all users on Linux? |
I think you'll have to explain your issue with using pip. |
I did: |
I think that, if you run pip with the authority to store into the system package directory.. it will, by default. So, you might need a |
Nope. It whines about running as root. Do not speculate that which can be known for certain. Who on the development team has ever installed this on a system globally? |
Note: This is MacOS Ventura. |
Good question. I don't know that I ever have. Certainly haven't on MacOS. Python/pip leans toward doing user and virtual environment installs. |
The package has no install instructions or even a simple Makefile with an install target.
(And it doesn't run after download, no execute bits are set on the python files in git!)
Note: This on MacOS Ventura using Mac ports.
The text was updated successfully, but these errors were encountered: