After performing a fresh installation of the latest arcanist on ubuntu 14.04.1
Ubuntu 14.04.1
Bash 4.3.11(1)-release
PHP 5.5.9-1ubuntu4.5 (cli)
arcanist: c76c5d893e36f1f4b7bba1b00bb4a1b5b38c0c54
libphutil: 04f81f9d9e66ca89e3f2e30a7fdc08739073581e
The path was updated correctly to include ~/arcanist/arcanist/bin.
echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/dev/arcanist/arcanist/bin
Ran the following to ensure proper permissions
sudo chown -R dev:dev ~/arcanist chmod 755 -R ~/arcanist
The error seen from running "arc" is ": No such file or directory"
The same error is seen when running the script ../scripts/arcanist.php directly.