You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Now use VirtualEnv or VirtualEnvWrapper to create a virtual environment:
18
18
19
-
MAC:
20
-
21
-
(If using ``virtualenv``):
19
+
MAC / Linux:
22
20
23
21
```bash
24
22
mkdir -p ~/Envs
25
23
virtualenv ~/Envs/seleniumbase
26
24
source~/Envs/seleniumbase/bin/activate
27
25
```
28
26
29
-
(If using ``virtualenvwrapper``):
30
-
31
-
```bash
32
-
mkvirtualenv seleniumbase
33
-
```
34
-
35
27
WINDOWS:
36
28
37
29
```bash
@@ -68,4 +60,4 @@ To delete a virtual environment:
68
60
rmvirtualenv VIRTUAL_ENV_NAME
69
61
```
70
62
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