Skip to content

Commit bebcedb

Browse files
committed
Updated pythonanywhere py version variable name
1 parent 1ad2c03 commit bebcedb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"variables": {
44
"py_version": "3.9",
55
"py_release": "3.9.0",
6-
"pyaw_version": "3.8",
6+
"pa_py_version": "3.8",
77
"django_version": "2.2.4"
88
},
99
"links": {

en/deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Deploying a web app on PythonAnywhere involves pulling down your code from GitHu
152152

153153
{% filename %}PythonAnywhere command-line{% endfilename %}
154154
```
155-
$ pip{{ book.pyaw_version }} install --user pythonanywhere
155+
$ pip{{ book.pa_py_version }} install --user pythonanywhere
156156
```
157157

158158
That should print out some things like `Collecting pythonanywhere`, and eventually end with a line saying `Successfully installed (...) pythonanywhere- (...)`.
@@ -161,7 +161,7 @@ Now we run the helper to automatically configure our app from GitHub. Type the f
161161

162162
{% filename %}PythonAnywhere command-line{% endfilename %}
163163
```
164-
$ pa_autoconfigure_django.py --python={{ book.pyaw_version }} https://github.com/<your-github-username>/my-first-blog.git
164+
$ pa_autoconfigure_django.py --python={{ book.pa_py_version }} https://github.com/<your-github-username>/my-first-blog.git
165165
```
166166

167167
As you watch that running, you'll be able to see what it's doing:

0 commit comments

Comments
 (0)