Instapy: Add "How to Do" Guides

Created on 10 Apr 2017  路  11Comments  路  Source: timgrossmann/InstaPy

It would be nice to also have a full How to guide for the ubuntu platform, since it seems to be used more than CentOS.

  • [x] Add a how to for ubuntu droplets
  • [x] Add a how to for Windows host-machines
enhancement

All 11 comments

@vlntdds Could you modify your CentOS guide to make it work for ubuntu?

Sure, will do a from-scratch setup guide today!

@vlntdds Awesome!

69, did it!

Will keep this open to do a complete guide to Windows.

@sugionodjojo

On Linux or OS X:

pip install -U pip setuptools

On Windows:

python -m pip install -U pip setuptools

Seems like you messed your python installation on this machine.

pip install --upgrade setuptools
pip install --upgrade distribute 
apt-get install --reinstall python-pkg-resources
wget https://bootstrap.pypa.io/ez_setup.py -O - | python

You definitely have a messed python installation and dependencies on this machine.

Are you SURE that you have python3-pip python3-dev build-essential installed?
Are you SURE that they are not reffs for any virtualenv?
Are you SURE that you upgraded pip before running pip install .?

@sugionodjojo This really is the wrong location to post this...

What language are you using?

@sugionodjojo

you can simply "force" it to use 3.5 by typing:

python3.5 quickstart.py

@sugionodjojo This really is the wrong location to post this [2].
The Ubuntu guide already have the locale settings, all properly tested in AWS and DO.

Done by 7d0619f

Was this page helpful?
0 / 5 - 0 ratings