Skip to content

Commit 6508d51

Browse files
committed
Update virtual env setup instructions
1 parent fc2c876 commit 6508d51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

help_docs/virtualenv_instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ python -m pip install --upgrade virtualenvwrapper-win
2727
```bash
2828
mkvirtualenv seleniumbase
2929
```
30+
(If you have multiple versions of Python installed on your machine, and you want your virtual environment to use a specific Python version, add ``--python=PATH_TO_PYTHON_EXE`` with the Python executable to use.)
31+
32+
---
3033

3134
If you ever need to leave your virtual environment, use the following command:
3235

0 commit comments

Comments
 (0)