April 15, 2016
1:59 p.m.
you are not saving the image after eval: ./pharo Pharo.image eval --save â Metacello new baseline: #YourTribes; repository: 'github://HappyPharoHackers/YourTribes'; load: #(tests)" (also your line has a syntax error but I suppose thatâs a transcription error) Esteban
On 15 Apr 2016, at 10:51, Thomas Heniart <heniart.thomas@gmail.com> wrote:
Hello,
I tried this: ./pharo Pharo.image eval "Metacello new baseline: #YourTribes; repository: 'github://HappyPharoHackers/YourTribes; load: #(tests)'
It seems to load everything but unfortunately when I open the image, I don't see my packages
And when I evaluate the Metacello expression in the playground then it works.
What is the problem ?
Cheers, Thomas