Message159298
| Author | pitrou |
|---|---|
| Recipients | AaronR, Jim.Jewett, brian.curtin, christian.heimes, eric.araujo, giampaolo.rodola, helder-magalhaes, jasonspiro, jdigital, jonathan.hartley, lambacck, loewis, ncoghlan, pitrou, python-dev, srid |
| Date | 2012-04-25.15:20:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1335367165.3465.1.camel@localhost.localdomain> |
| In-reply-to | <1335364554.47.0.0972090921596.issue3561@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> Unfortunately, from what I can tell, this is OFF by default. I think
> that is a mistake. The default for something like this is really
> important because without new users being explicitly told to set it,
> new users will not. Most new Python users are just going to take the
> default values and still be confused by not being able to open the
> console and run python as in the instructions for various new user
> tutorials (i.e. web frameworks, scientific computing, etc).
To put things in perspective, the default under POSIX ("make install")
is to make the installed version the default (by copying it
into /usr/bin/python3). To change that behaviour, you have to use "make
altinstall" explicitly. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-25 15:20:50 | pitrou | set | recipients: + pitrou, loewis, ncoghlan, giampaolo.rodola, christian.heimes, eric.araujo, jasonspiro, lambacck, brian.curtin, srid, jonathan.hartley, python-dev, AaronR, jdigital, Jim.Jewett, helder-magalhaes |
| 2012-04-25 15:20:50 | pitrou | link | issue3561 messages |
| 2012-04-25 15:20:49 | pitrou | create | |