Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
p3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Keleher
p3
Commits
ac6bbd2a
Commit
ac6bbd2a
authored
5 years ago
by
keleher
Browse files
Options
Downloads
Patches
Plain Diff
auto
parent
2c1e10bb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.bashrc
+1
-2
1 addition, 2 deletions
.bashrc
.cshrc
+1
-0
1 addition, 0 deletions
.cshrc
Vagrantfile
+0
-14
0 additions, 14 deletions
Vagrantfile
with
2 additions
and
16 deletions
.bashrc
+
1
−
2
View file @
ac6bbd2a
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
.cshrc
+
1
−
0
View file @
ac6bbd2a
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Vagrantfile
+
0
−
14
View file @
ac6bbd2a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment