You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChromeOS Version 70.0.3538.76 (Official Build) (64-bit)
uname -a: Linux penguin 4.14.67-07156-gc116f2c8c400 #1 SMP PREEMPT Sun Sep 9 14:28:13 PDT 2018 x86_64 GNU/Linux
Following the installation instructions in the Io readme, I performed the following steps:
~$ git clone --recursive https://github.com/IoLanguage/io.git
~$ mkdir io/build
~$ cd io/build
~/io/build$ cmake ..
~/io/build$ make -j 4
~/io/build$ sudo make install
This installed Io to /usr/local/bin, as expected, but it installed Eerie to /root/.eerie, leaving me unable to access it without sudo. I tried moving it to my home directory, but there are a lot of links to update.
ChromeOS Version 70.0.3538.76 (Official Build) (64-bit)
uname -a:
Linux penguin 4.14.67-07156-gc116f2c8c400 #1 SMP PREEMPT Sun Sep 9 14:28:13 PDT 2018 x86_64 GNU/LinuxFollowing the installation instructions in the Io readme, I performed the following steps:
This installed Io to /usr/local/bin, as expected, but it installed Eerie to /root/.eerie, leaving me unable to access it without sudo. I tried moving it to my home directory, but there are a lot of links to update.