Fix typo (thanks @rdmurphy)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# make sure virtualenvwrapper is enabled if availalbe
|
||||
# make sure virtualenvwrapper is enabled if available
|
||||
[[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh
|
||||
|
||||
# create a new virtualenv for this directory
|
||||
|
||||
Reference in New Issue
Block a user