nigelgardiner Posted October 26, 2017 Share Posted October 26, 2017 Hi there I'm trying to install Hqueue client on a dellr710 server which is running ubuntu 16.04.3server which is now shipped with python3 only. I get python errors when trying to install and I now see on the Hqueue server interface that Hqueue client requires 2.5,6 or 7. Can I just install 2.7 and all will be well? Reason I ask is I had a lot of problems with 2.7 and 3 both being installed on another machine recently and I don't really want to revisit that mess. thanks Nigel. Quote Link to comment Share on other sites More sharing options...
lukeiamyourfather Posted October 26, 2017 Share Posted October 26, 2017 Yes, both Python 2.X and 3.X can be on the machine at the same time. Python 2.X is usually just the command "python" and Python 3.X is usually the command "python3" so once installed it should work fine. You can install Python 2.X on Ubuntu 16.04 with the command below. sudo apt-get install python Quote Link to comment Share on other sites More sharing options...
nigelgardiner Posted October 26, 2017 Author Share Posted October 26, 2017 cool, thanks Luke. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.