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
Copy file name to clipboardExpand all lines: website/_containers/begin/2013-10-30-setup-your-machine.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ All the needed dependencies for setting up your Mac, Linux, or Windows machine f
8
8
9
9
1.[Overview](#overview-of-requirements)
10
10
2. Install:
11
-
*[Mac OS X](#mac-os-x)
12
-
*[Linux](#linux)
13
-
*[Windows](#windows)
11
+
1.[Mac OS X](#mac-os-x)
12
+
2.[Linux](#linux)
13
+
3.[Windows](#windows)
14
14
3.[Test your setup](#test-your-setup)
15
15
4.[Get the Tutorial Code](#get-the-tutorial-code)
16
16
17
+
<br/><br/><hr/>
17
18
## Overview of requirements
18
19
19
20
The installation will depend on your operating system, but overall, you will need:
@@ -26,7 +27,7 @@ The installation will depend on your operating system, but overall, you will nee
26
27
* virtualenvwrapper
27
28
28
29
## Mac OS X
29
-
30
+
<p/>
30
31
### Python
31
32
Macs come with Python pre-installed. To double-check, open up the Terminal application (Applications → Utilities → Terminal like [so][2]), then type `python`:
32
33
@@ -92,10 +93,12 @@ $ mkdir -p $WORKON_HOME
92
93
$ source /usr/local/bin/virtualenvwrapper.sh
93
94
```
94
95
95
-
96
+
<hr/>
96
97
97
98
## Linux
98
99
100
+
<p/>
101
+
99
102
### Python
100
103
Linux come with Python pre-installed. To double-check, open up the Terminal application, then type `python`:
101
104
@@ -177,8 +180,10 @@ $ mkdir -p $WORKON_HOME
177
180
$ source~/.bash_profile
178
181
```
179
182
180
-
## Windows
183
+
<hr/>
181
184
185
+
## Windows
186
+
<p/>
182
187
### powershell
183
188
184
189
1. This step depends on the version of Windows you are running.
@@ -278,13 +283,14 @@ git is ready to go!
278
283
279
284
Success! You have installed Virtualenvwrapper!
280
285
286
+
<hr/>
281
287
282
288
## Test your setup
283
289
284
-
## Mac-OS-X and Linux
285
-
286
290
Now let’s test our installation and get familiar with creating & using virtual environments, let’s return to our terminal:
287
291
292
+
### Mac OS X and Linux
293
+
288
294
289
295
```bash
290
296
$ mkvirtualenv TestEnv
@@ -396,8 +402,6 @@ Here’s a run-down of useful commands for pip, virtualenv & virtualenvwrapper.
396
402
397
403
## Windows
398
404
399
-
Now let’s test our installation and get familiar with creating & using virtual environments, let’s return to our terminal:
0 commit comments