Hi,

I see this rather old thread... But I'm running web2py from a virtualenv on 
rhel 7. My systemd starts web2py with:

[Service]
WorkingDirectory=/opt/apps/ncemon/ncemoncc4/web2py
Environment=VIRTUAL_ENV="/opt/apps/ncemon/ncemoncc4/ENV"
Environment=PATH="$VIRTUAL_ENV/bin:$PATH"
ExecStart=/opt/apps/ncemon/ncemoncc4/ENV/bin/python web2py.py -a 
"<recycle>" -i x.x.x.x -p nnnn -c /home/ncemoncc4/server.crt -k /home/nc"

I'm sure my python is 2.7.8, but the admin page shows:
Version

2.14.6-stable+timestamp.2016.05.10.00.21.47
(Running on Rocket 1.2.6, Python 2.7.5)

 
Is there a way to get the admin page to show the correct python version? I 
didn't understand some of the other comments in the thread.

Thanks for the help in advance.

Regards,

Rick


On Tuesday, August 20, 2013 at 2:26:08 AM UTC-4, Massimo Di Pierro wrote:
>
> Good point. Please open a ticket about this.
>
> On Tuesday, 20 August 2013 01:00:02 UTC-5, HittingSmoke wrote:
>>
>> Long ago web2py used to provide which python version it was running on in 
>> the admin interface.
>>
>> Now all I see is (Running on %s) in the admin console under the web2py 
>> version.
>>
>> How can I fix this to see which python version web2py is using?
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to