diff options
author | Ned Deily <nad@python.org> | 2016-12-23 09:10:46 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-12-23 09:10:46 (GMT) |
commit | 190042a48f9ba58261c89a0d88775b8088214f3f (patch) | |
tree | 67fed49b038ce4ea990c909109cdd82bbdd4e920 /README | |
parent | eb8ebaaaf0923e7946709bd9fc914249745a0d2d (diff) | |
parent | 93357d8d43eb192eeceda06ea67e2191afef745b (diff) | |
download | cpython-190042a48f9ba58261c89a0d88775b8088214f3f.zip cpython-190042a48f9ba58261c89a0d88775b8088214f3f.tar.gz cpython-190042a48f9ba58261c89a0d88775b8088214f3f.tar.bz2 |
Merge 3.6.0 release into default
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -170,8 +170,8 @@ same prefix you must decide which version (if any) is your "primary" version. Install that version using "make install". Install all other versions using "make altinstall". -For example, if you want to install Python 2.6, 2.7 and 3.7 with 2.7 being the -primary version, you would execute "make install" in your 2.7 build directory +For example, if you want to install Python 2.7, 3.6, and 3.7 with 3.7 being the +primary version, you would execute "make install" in your 3.7 build directory and "make altinstall" in the others. |