-
Notifications
You must be signed in to change notification settings - Fork 9
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
Authentication not working. #5
Comments
I've also noticed this during the development. The problem is when using the python <(curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py) When this somehow does not work for you, download the file with curl and execute the file with python. |
I will try. I just wonder, what does the <() syntax in bash (a guess) do? I do not like downloading stuff. Is it a subcommand? I do not use bash, so I would want to find a translation. |
I can't explain it that well, but basically the I'm not sure why you don't like downloading the file and executing it in two separate steps, since your command and the normal command just downloads the file and executes it, without saving it to the disk, this makes it just more convenient to execute the script. |
Curl followed by python, ok. Is a specific version of python needed? ai have 3.10, 3.11 and 3.12 installed. |
Also, I do not really know how to use curl. Can you give a command that downloads the file into the current folder? Avoid everything besides redirects, as I think they work similarly. |
I have tested it with python 3.11.5, but 3.10 and 3.12 should work just fine. curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py -o install.py
python install.py |
I use fish. Please do not force a shell config file to be added. Fish does not use such a thing. Maybe add a special thing where you can type 'fish' for it to set the fish path. |
Okay, good to know. Currently I only have limited time and the next step is to get this on the AUR, it may take a while, when I can address that. |
I could not find all directories i would have to add to path... |
To your path you need to add |
Trying to run the script (had to modify the command to look like this:
curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py | python
) gives the following error:I am on manjaro linux.
The text was updated successfully, but these errors were encountered: