You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot install from the Ubuntu PPA because it is kinda outdated, So I tried installing it from source. The existing command no longer works go get -u github.com/odeke-em/drive/cmd/drive
Instead I used go install github.com/odeke-em/drive/cmd/drive@latest
And this installed it to the $HOME/go/bin folder
On a fresh system I also needed to make sure "python3-pip" was installed
Thanks again for maintaining this
The text was updated successfully, but these errors were encountered:
Hey, Might not be an issue
I cannot install from the Ubuntu PPA because it is kinda outdated, So I tried installing it from source. The existing command no longer works
go get -u github.com/odeke-em/drive/cmd/drive
Instead I used
go install github.com/odeke-em/drive/cmd/drive@latest
And this installed it to the $HOME/go/bin folder
On a fresh system I also needed to make sure "python3-pip" was installed
Thanks again for maintaining this
The text was updated successfully, but these errors were encountered: