Open lse123 opened 6 years ago
well, whats the solution
why don't you just download the source tarball, and then run setup.py manually as instructed here:
From Source user@whatever:~ $ tar zxvf gateone.tar.gz; cd gateone; sudo python setup.py install This translates to: Extract; Change into the gateone* directory; Install.
OR You can make your own RPM from the source tarball by executing sudo python setup.py bdist_rpm instead of sudo python setup.py install.
Then you can install that RPM
I just cloned the repo and ran setup.py install, you may run into tornado issues if you don't clone the repo
Python 2.6 needs but I have python 2.7 what to do??????????
From: LC [mailto:notifications@github.com] Sent: Friday, June 15, 2018 7:13 PM To: liftoff/GateOne Cc: Leonidas Savvides; Author Subject: Re: [liftoff/GateOne] in Cent OS 7.4 --- what to do I have Python 2.7.5 but needed 2.6? (#705)
I just cloned the repo and ran setup.py install, you may run into tornado issues if you don't clone the repo
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/liftoff/GateOne/issues/705#issuecomment-397669786 , or mute the thread https://github.com/notifications/unsubscribe-auth/ACP2LdRb1QH-nyXTnGDbgBsjU7wKSGLvks5t890egaJpZM4Tu6n_ . https://github.com/notifications/beacon/ACP2LWz8WbFX1WZfpN_ZX5P3eI7BsH9eks5t890egaJpZM4Tu6n_.gif
in Cent OS 7.4 --- what to do I have Python 2.7.5 but needed 2.6?