This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
have setup.sh setup required directories and virtualenvwrapper
pull/1/head
Brett Langdon
13 years ago
parent
1ec6d6a07b
commit
dc9faba79b
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
setup.sh
+ 13
- 0
setup.sh
View File
@ -36,3 +36,16 @@ done
echo
"Installing Elpy"
sudo pip install elpy
echo
"Installing Virtualenvwrapper"
sudo pip install virtualenvwrapper
source
~/.zshrc
echo
"Setting up GOPATH"
mkdir -p
$GOPATH
echo
"Setting up CHEF_PATH"
mkdir -p
$CHEF_PATH
echo
"Setting up WORKON_HOME"
mkdir -p
$WORKON_HOME
Write
Preview
Loading…
Cancel
Save