Skip to content

Commit

Permalink
Update another reference to Ubuntu and Python
Browse files Browse the repository at this point in the history
Luckily the base images should no longer include Python 2 out of the
box, but the command `python` still typically refers to Python 2.
  • Loading branch information
ibrahima committed Aug 11, 2022
1 parent 0d824b7 commit b4111a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ a simple language.

### Python 3

Make sure to use `pip3` and `python3` when writing your code, because our autograder base image does include Python 2 as well, which are currently the defaults for `pip` and `python`. When installing Python 3, use the apt packages `python3` and `python3-pip`. If you need a more recent version than what is packaged by Ubuntu 18.04, you can try using a PPA or installing from source.
Make sure to use `pip3` and `python3` when writing your code, because in Ubuntu Python 2 is currently the default for `pip` and `python`. When installing Python 3, use the apt packages `python3` and `python3-pip`. If you need a more recent version than what is packaged by Ubuntu, you can try using a PPA or installing from source.

## Example Test

Expand Down

0 comments on commit b4111a5

Please sign in to comment.