Skip to content

Update ChangingSystemImage.md #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion articles/ChangingSystemImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ installed versions.
### Python versions

The new system image may not support the version of Python that you are using.
In particular, double-check your websites to see which ones they are using,
In particular, double-check the version your app itself is using by going to
the Code section in the Web tab of your account Dashboard,
and check it against the [per-system-image list of Python versions](/pages/PythonVersions).

### Virtualenvs
Expand Down Expand Up @@ -111,6 +112,14 @@ We do not pre-install packages into all Python versions in all system images.
You can check what packages are installed in which system
image [here](https://www.pythonanywhere.com/batteries_included/).

### Webapp Python version

Remember that the Python version run by your app can be different to the defaults
on the System Image page.

You can check the version your app itself is using by going to the
Code section in the Web tab of your account Dashboard


## Database Server Versions

Expand Down