bradp / vv

:globe_with_meridians: Variable VVV - a VVV Site Creation Wizard.‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ :x: This project is no longer maintained. Please update your copy of VVV , which has most of the vv features built in.
GNU General Public License v2.0
1k stars 90 forks source link

Linux install: vv command not found #358

Closed MichaelLSmith closed 7 years ago

MichaelLSmith commented 7 years ago

I am trying to install VV on a linux machine. I've had it running on another machine without a problem, so I don't know what I'm doing wrong with this one.

I cloned the git repo and ran the copy command. But when I try running the vv command, I get this: zsh: command not found: vv

When I run the copy command I got this, which doesn't seem right. cp: omitting directory 'vv'

Here's a print out from my terminal. The directory is vv install.


Cloning into 'vv'...
remote: Counting objects: 1908, done.
remote: Total 1908 (delta 0), reused 0 (delta 0), pack-reused 1908
Receiving objects: 100% (1908/1908), 579.05 KiB | 703.00 KiB/s, done.
Resolving deltas: 100% (1095/1095), done.
Checking connectivity... done.
➜  vv install sudo cp vv /usr/local/bin
[sudo] password for michael: 
cp: omitting directory 'vv'
➜  vv install vv
➜  vv git:(master) ls
CHANGELOG.md  CONTRIBUTING.md  LICENSE.md  README.md  vv  vv-completions
➜  vv git:(master) vv --help
zsh: command not found: vv
➜  vv git:(master) vv --debug-vv
zsh: command not found: vv
➜  vv git:(master) cd ../
➜  vv install ls
vv
➜  vv install sudo cp vv /usr/local/bin
cp: omitting directory 'vv'
➜  vv install vv
➜  vv git:(master) cd ../
➜  vv install ls
vv
➜  vv install vv --help
zsh: command not found: vv
➜  vv install 
Temmyhlee commented 7 years ago

How did you fix this as I am having this same issue?