Fabric: Command Not Found #950
Replies: 3 comments 2 replies
-
Getting same issue!! |
Beta Was this translation helpful? Give feedback.
-
Which OS and shell are you using? I've faced this same issue after migrating from python to the GO version. To make it persistent, add the last line to |
Beta Was this translation helpful? Give feedback.
-
Without getting more specific details, I'd say the previous responses to you issue are probably accurate. The fabric cli tool, after being installed using Go, now resides on your system as an "executabel" or "binary." However, when building with Go, the tool is inserted into the "Go-bin" by default (normally at ~/go/bin or something like that). As mentioned by mfpaim, putting the following alias fabric='~/go/bin/fabric' #assuming this is where Go is installed, and where the Go-bin is located, and fabric is within it Understanding your PATH is important, explained here: https://www.youtube.com/watch?v=hnFJhubYS88 Make sure Go installed successfully and it installed Fabric correctly, explained here: https://www.youtube.com/watch?v=_QMYQtYUpys |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, anyone able to help?
When installing the latest version of fabric using Go, on completion i try to run fabric --setup and i get back "fabric: command not found".
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions