Doen't install with linux
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
Following error is thrown
if test "no-framework" = "no-framework" ; then \
/bin/install -c python /usr/local/bin/python3.8; \
else \
/bin/install -c -s Mac/pythonw /usr/local/bin/python3.8; \
fi
/bin/install: cannot create regular file ‘/usr/local/bin/python3.8’: Read-only file system
make: *** [altbininstall] Error 1
It will be better to provide other installation location like /opt/python3.8 as /usr/local/bin/python3.8 is readonly in my org
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported make target altbininstall and the installation command writing to /usr/local/bin/python3.8. Check how the install location is selected and compare it with the requested /opt/python3.8 location. Done means installation works when /usr/local/bin is read-only and the resulting executable is placed in a supported alternative location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100