Skip to content

Commit 6e60ca8

Browse files
committed
Update the docs
1 parent b826f56 commit 6e60ca8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

help_docs/virtualenv_instructions.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,14 @@ python -m pip install --upgrade virtualenvwrapper-win
1616

1717
#### Now use VirtualEnv or VirtualEnvWrapper to create a virtual environment:
1818

19-
MAC:
20-
21-
(If using ``virtualenv``):
19+
MAC / Linux:
2220

2321
```bash
2422
mkdir -p ~/Envs
2523
virtualenv ~/Envs/seleniumbase
2624
source ~/Envs/seleniumbase/bin/activate
2725
```
2826

29-
(If using ``virtualenvwrapper``):
30-
31-
```bash
32-
mkvirtualenv seleniumbase
33-
```
34-
3527
WINDOWS:
3628

3729
```bash
@@ -68,4 +60,4 @@ To delete a virtual environment:
6860
rmvirtualenv VIRTUAL_ENV_NAME
6961
```
7062

71-
<br><br><i>[python-guide.org/en/latest/dev/virtualenvs](http://docs.python-guide.org/en/latest/dev/virtualenvs/) has more information about Python virtual environments.</i>
63+
<br><i>[python-guide.org/en/latest/dev/virtualenvs](http://docs.python-guide.org/en/latest/dev/virtualenvs/) has more information about Python virtual environments.</i>

0 commit comments

Comments
 (0)