I've been avoiding el capitan so far, but on my system, /etc/paths contains
the bare minimum paths. /etc/profile adds /opt/local/bin and
/opt/local/sbin, then ~/.bash_profile tacks on a few more (like the path to
mysql and inferno, plus some adjustments made by macports (which appear to
be duplica
But on El Capitan you don't have a .bash_profile or .profile by default I
think? And put shell ("echo $PATH") does not fetch the users shell? Any
suggestions?
On 10 May 2016 at 02:02, Mike Bonner wrote:
> Ah, I see. And thank you! I now have a plugin that does a shell (source
> blah blah echo $
Ah, I see. And thank you! I now have a plugin that does a shell (source
blah blah echo $PATH) so that I always have my full terminal path available
to lc shell. No extra/custom paths added yet, but it'll be nice to always
have the full path so I don't have to mess with absolute pathing (or
buildi
Mike B. worte:
> Try this:
> set the shellcommand to "/bin/bash"
> get shell("source ~/.bash_profile ; ")
You are right, of course. For one's own machine this is the
simplest. One could even vice versa write a full (temporary)
shell-profile before using shell.
But if you wish to know if a user ha
Try this:
set the shellcommand to "/bin/bash"
get shell("source ~/.bash_profile ; ")
This should do all the environment setting that is done when you open a
terminal so that hopefully paths will match.
To check it out, first echo $PATH without sourcing the .bash_profile and
you'll most likely g
Yes - the way i see this is a combination of tools that help, and manual.
So we have some scripts which check common places and find / suggest things
to add. Then we have the ability to customise and add our own by hand. We
save these to a preference file, and load them when we start Livecode. Tha
David B. wrote
> Yes - here is the handler you need:
> command bash_AddSystemPathsToPATH
> if the platform = "MacOS" then -- and it is recent ???
> put url "file:/etc/paths" into systemPaths
> put token 1 to -1 of systemPaths into systemPathArray
> put $PATH into revPATH
> replace ":" with CR in r
They said it would go up on the blog soon.
On Mon, May 9, 2016 at 3:25 PM, stephen barncard
wrote:
> On Mon, May 9, 2016 at 12:22 PM, RM wrote:
>
>> I would be most grateful if there were a link available for later viewing.
>
>
> 1+
___
use-livecode m
On Mon, May 9, 2016 at 12:22 PM, RM wrote:
> I would be most grateful if there were a link available for later viewing.
1+
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit
Unfortunately I was at work, so couldn't watch the webinar.
I would be most grateful if there were a link available for later viewing.
Richmond.
On 9.05.2016 21:40, Mark Talluto wrote:
I am equally excited about 8. The webinar was very informative.
-Mark
On May 9, 2016, at 10:22 AM, Dar Sc
Yes - here is the handler you need:
command bash_AddSystemPathsToPATH
> if the platform = "MacOS" then -- and it is recent ???
> put url "file:/etc/paths" into systemPaths
> put token 1 to -1 of systemPaths into systemPathArray
> put $PATH into revPATH
> replace ":" with CR in revPATH
> put system
I am equally excited about 8. The webinar was very informative.
-Mark
> On May 9, 2016, at 10:22 AM, Dar Scott wrote:
>
> Thanks, Mark! That actually was helpful.
>
> The popup was covering up a bar at the top that essentially said, click here
> if you are having trouble. I did and it w
Yes - I think a 'login' type shell option would help here. (Which, if I recall
correctly, causes the standard terminal setup scripts to run).
The reason the action of shell is to not use a login shell is because otherwise
env vars you might want to pass to your new process might get clobbered by
LiveCode will inherit the path env variable given to it by the environment
which launched it.
If you have access to exes from Terminal in something like /usr/local/bin but
not from apps launched from the desktop then this suggests the local bin path
is only configured in your bashrc rather than
Thanks, Mark! That actually was helpful.
The popup was covering up a bar at the top that essentially said, click here if
you are having trouble. I did and it was smooth sailing after that.
(I am excited about 8.)
Dar
> On May 9, 2016, at 10:12 AM, Mark Talluto wrote:
>
>
>
>> On May
> On May 9, 2016, at 9:07 AM, Dar Scott wrote:
>
> I've been trying to connect to the LiveCode 8 Webinar but I'm having trouble.
>
> I keep getting a popup about not being able to open some document with a long
> random-looking name.
>
> I'm on OS X 10.11.
>
Hi Dar,
While not very helpf
I think I figured it out. I have sound.
> On May 9, 2016, at 10:07 AM, Dar Scott wrote:
>
> I've been trying to connect to the LiveCode 8 Webinar but I'm having trouble.
>
> I keep getting a popup about not being able to open some document with a long
> random-looking name.
>
> I'm on OS X
I've been trying to connect to the LiveCode 8 Webinar but I'm having trouble.
I keep getting a popup about not being able to open some document with a long
random-looking name.
I'm on OS X 10.11.
___
use-livecode mailing list
use-livecode@lists.runre
Hi all,
Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!
Read issue #32 here: https://goo.gl/To3Zds
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around th
Now that the weekend is over, I’ve had a chance to look at IPv6 support for iOS.
The good news is that if you are using the URL syntax to access HTTP or HTTPS
URLs, IPv6 support already exists. For example, see the screenshot here:
http://downloads.livecode.com/fraser/ios_ipv6.png (the http://ip
Well, I have to admit that the browser widget in LC8 is quick...
It would be nice if there was an 'auto-fit' property for showing the web
pages...
The line graph too, is a little gem...
Though it would be nice to alter the line thickness of the plotted lines and
perhaps be able to set the colour
21 matches
Mail list logo