Skip to content

Commit d37149a

Browse files
jrwrenzoni
authored andcommitted
fix pip path in virtualenv install instructions
1 parent 540b394 commit d37149a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installing into a `virtualenv`_ is **strongly** recommended.
3131
If you have virtualenv installed, you can do for example::
3232

3333
virtualenv --python `which python3` ~/.errbot-ve
34-
~/.errbot-ve/pip install errbot
34+
~/.errbot-ve/bin/pip install errbot
3535

3636

3737
If you have virtualenvwrapper installed it is even simpler::

0 commit comments

Comments
 (0)