sk2 / ank_legacy_v2

Legacy edition of autonetkit. Please see https://github.com/sk2/autonetkit for latest version
www.autonetkit.org
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Ubuntu Installation #249

Closed medim closed 12 years ago

medim commented 12 years ago

Guys,

Sorry if my question is too silly, I was about to install ANK on Ubuntu (Python2.7 is already installed). Considering that there is no 'easy installation' for linux on the project web site (http://packages.python.org/AutoNetkit/installation.html#mac-installation), I followed the MAC installation, which needs Python2.6.

However, to run the setup tool (after issuing 'sudo sh ./setuptools-0.6c11-py2.6.egg'), I get the error showing that it cannot detect my Python: " ./setuptools-0.6c11-py2.6.egg: 3: exec: python2.6: not found "

Actually, I had the same problem with windows, but after removing and re installing my python (2.7) it was solved, and now everything is fine.

Thanks, Mehdi

sk2 commented 12 years ago

Hi, Python 2.7 should work fine:

sudo apt-get install python
sudo apt-get install python-pip
sudo pip install AutoNetkit

Let me know how this goes and I'll update the documentation accordingly. Apologies for the Linux install not being there.

Cheers Simon

medim commented 12 years ago

Oh, thanks, it got installed and everything is fine. Mehdi

sk2 commented 12 years ago

thanks :)