Skip to content
Snippets Groups Projects
Commit ac6bbd2a authored by keleher's avatar keleher
Browse files

auto

parent 2c1e10bb
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,5 @@ if ! shopt -oq posix; then
fi
fi
export SPARKHOME=/vagrant/spark-2.0.1-bin-hadoop2.7
export GOPATH=/vagrant/go
export PATH="/usr/local/bin:/usr/local/go/bin:$GOPATH/bin:$PATH"
export PATH="/usr/local/bin:$PATH"
alias jup="jupyter notebook --port=8891 --no-browser --ip=0.0.0.0"
......@@ -4,6 +4,7 @@ a gitauto 'git commit -a -m auto'
a pull 'git pull origin master'
a gush 'git commit -a -m auto; git push origin master'
a pd pushd
a f 'find . -name \!* -print'
a lth 'ls -lt \!* | head'
a ta 'tail -2000 \!* | most'
......
......@@ -84,20 +84,6 @@ Vagrant.configure("2") do |config|
echo "export SPARKHOME=/vagrant/spark-2.0.1-bin-hadoop2.7" >> .bashrc
chown -R vagrant ~vagrant/{.cshrc,.bashrc,.jupyter}
export GOPATH=/vagrant/go
export PATH="/usr/local/bin:/usr/local/go/bin:$GOPATH/bin:$PATH"
/usr/local/go/bin/go get github.com/mattn/go-getopt
/usr/local/go/bin/go get github.com/syndtr/goleveldb
/usr/local/go/bin/go get github.com/golang/snappy
/usr/local/go/bin/go get launchpad.net/goamz/aws
/usr/local/go/bin/go get launchpad.net/goamz/s3
/usr/local/go/bin/go get bazil.org/fuse/fs
/usr/local/go/bin/go get github.com/golang/protobuf/proto
/usr/local/go/bin/go get -u github.com/golang/protobuf/protoc-gen-go
/usr/local/go/bin/go get google.golang.org/grpc
chown -R vagrant:vagrant .
SHELL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment