It does not instruction on the installation. Sorry, I'm just trying it. I got an output 'Unable to locate package ponyc' on my ubuntu when I run this :?
echo"deb pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc=0.21.0-4301.acd811b
On Tue, Jul 24, 2018 at 11:36 PM, Sean Allen <sean@...> wrote:
What are the Wallaroo installation instructions you following that lead you to try following instructions from???
I'm not aware of any of our installation directions that reference that.
Hi. Thank for your respond. For the installation of the ponyc based on the instruction, I got the output?
E:Unable to locate package ponyc. The output is same when I install ponyc by using repository. Can I install the ponyc by source. Do I need the key when install the ponyc by source?
On Tuesday, July 24, 2018, Sean Allen <sean@...> wrote:
They get installed into the system path. I'm not sure where exactly the python-dev headers get installed nor where Docker gets installed. Somewhere in /usr or /usr/local
Hi. Thank you for the answer. It is means that the installation of python library and the docker is then have to be install in /wallaroo-tutorial/wallaroo/ directory ??
On Tuesday, July 24, 2018, Scott Lystig Fritchie <scott@...> wrote:
According to? , after installation the libsnappy in wallaroo directory , it change it directory to lz4-1.7.5( outside the wallaroo) . It is the python library and the docker have to be install in that lz4-1.7.5 directory ??
Hi, Farzana.? The liblz4 instructions for Ubuntu Trusty/14.x include a final `sudo make install` step.? The `make install` step will copy all necessary liblz4 files to the Ubuntu system's default directories.? You can delete the ~/lz4-1.7.5 directory afterward.