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
add rope to elpy install
pull/1/head
Brett Langdon
12 years ago
parent
8a8daf8b7e
commit
a99b2d9c2b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup.sh
+ 1
- 1
setup.sh
View File
@ -35,7 +35,7 @@ for file in $files; do
done
echo
"Installing Elpy"
sudo pip install elpy
sudo pip install elpy
rope
echo
"Installing Virtualenvwrapper"
sudo pip install virtualenvwrapper
Write
Preview
Loading…
Cancel
Save