srijanone / vega

Vega (वेग) is a project scaffolding tool to speed up development process.
Apache License 2.0
9 stars 7 forks source link

Vega Installation Issue - If tried more than once #71

Closed shobhitjuyal closed 4 years ago

shobhitjuyal commented 4 years ago

If first time installation was not successfull for some reason, the installation script should say "already installed" for further attempts. However, I still didn't get the working setup even on another attempts. vega-installation-issue

vs4vijay commented 4 years ago

@shobhitjuyal Which OS you're using? and have you tried running vega in separate terminal after this?

shobhitjuyal commented 4 years ago

Os is "Ubuntu" v. 18

echo $PATH = /home/shobhit/.composer/vendor/bin:/home/shobhit/.composer/vendor/bin:/home/shobhit/.composer/vendor/bin:/home/shobhit/bin:/home/shobhit/.local/bin:/opt/gradle/gradle-5.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/opt/netbeans/bin/

which tilt = {no data }

vs4vijay commented 4 years ago

I guess tilt got installed to your home directory instead of /usr/bin/. Try adding /home/shobhit/.local/bin to your path and check,

shobhitjuyal commented 4 years ago

The output of ls -l /home/shobhit/.local/bin | grep tilt

is

"drwxr-xr-x 2 shobhit shobhit 4096 May 28 21:51 tilt"

WSMathias commented 4 years ago

@shobhitjuyal not enough information to reproduce. if you can explain what error you got during 1st attempt will be useful.

shobhitjuyal commented 4 years ago

I was able to setup Vega manually. Its up and running.

Thanks to @AshishThakur