Closed carribeiro closed 13 years ago
Yes, it is necessary, because pip installs the Fabric to the /usr/local directory and if you did not create a symlink you will get the error: Command not found, or you will need to specify a full pth to the fab file /usr/local/bin/fab
Nice to know you are awake :-) I'm still yet to go to bed, and I'm testing the script a lot.
Ah, when you are using Ubuntu, fabric works just fine without the symlink.
On the Wiki instructions (https://github.com/carribeiro/vdeli/wiki/Creating-a-new-development-environment), the third step is a symlink from /usr/local/bin/fab to /usr/bin/fab. Is it really necessary?