One thing that I've learned to appreciate quickly is the pharo launcher. It
takes care of downloading everything you need (of course, it won't set up a
32-bit environment in a 64-bit Linux for you, that must be done manually).
Used it in Linux and Windows environments with good success, it's really
Le 17/11/2018 à 23:14, horrido a écrit :
> Thanks.
>
> The last time I used Pharo for Linux was over a year ago, and ./pharo
> Pharo.image worked then. Every time usage convention changes, it breaks
> documentation and causes confusion. Having more than one way to do something
> always invites con
Thanks.
The last time I used Pharo for Linux was over a year ago, and ./pharo
Pharo.image worked then. Every time usage convention changes, it breaks
documentation and causes confusion. Having more than one way to do something
always invites confusion.
Such is life as a programmer.
CyrilFerlic
On Sat 17 Nov 2018 at 22:05, horrido wrote:
> How do I run pharo?
>
> ./pharo Pharo.image &
./pharo-ui Pharo.image
>
> doesn't work.
>
>
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>
> --
Cyril Ferlicot
https://ferlicot.fr
How do I run pharo?
./pharo Pharo.image &
doesn't work.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hi Richard,
You're mixing 32 bit and 64 bit installations. I'd just use the
zero-conf install. In an empty directory:
curl get.pharo.org/64/61+vm | bash
or
wget -O - get.pharo.org/64/61+vm | bash
HTH,
Alistair
On Sat, 17 Nov 2018 at 21:32, Richard Kenneth Eng
wrote:
>
> I'm running Debian.