LibTerm icon indicating copy to clipboard operation
LibTerm copied to clipboard

Make python be able to be run as commands

Open A765-ALEX opened this issue 2 years ago • 2 comments

Add 2 folders in /Library/bin/: cbin (for c code) and pybin (for python scripts, they function like installed by package install) so users can make their own commands without having to submit a pull request to the command repository. Run commands in cbin using lli, and commands in pybin using python3

A765-ALEX avatar Aug 12 '21 08:08 A765-ALEX

+1 why not allow installing packages via pip / pipx? It would be much more handy. Anyway, each universal approach would be great. For @A765-ALEX maybe as a workaround, custom GitHub repo would work by setting up DNS cloaking (DNSCloak app)

ink-splatters avatar Aug 20 '21 18:08 ink-splatters

@ink-splatters You can install packages via pip, you need to run python3 -m pip install packagename Just wanted to say.

A765-ALEX avatar Nov 08 '21 17:11 A765-ALEX

@ink-splatters You can install packages via pip, you need to run python3 -m pip install packagename

Just wanted to say.

iPhone $ python3 -m pip install colorama Defaulting to user installation because normal site-packages is not writeable Collecting colorama Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Installing collected packages: colorama ERROR: Could not install packages due to an OSError: [Errno 1] Operation not permitted: '/private/var/mobile/Containers/Data/Applicatio

vovkapoc avatar Dec 02 '23 13:12 vovkapoc

@ink-splatters You can install packages via pip, you need to run python3 -m pip install packagename Just wanted to say.

iPhone $ python3 -m pip install colorama Defaulting to user installation because normal site-packages is not writeable Collecting colorama Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Installing collected packages: colorama ERROR: Could not install packages due to an OSError: [Errno 1] Operation not permitted: '/private/var/mobile/Containers/Data/Applicatio

Yeah, you should probably open your own thread instead of reviving mine from 2 yrs and 1 mo ago...

A765-ALEX avatar Dec 03 '23 11:12 A765-ALEX