Re: Python thin client installation instructions

2018-09-21 Thread Prachi Garg
Yes, I will mention the prerequisites. -Prachi > On Sep 21, 2018, at 5:18 PM, Denis Magda wrote: > > I would add a disclaimer or a prerequisite step. That what other companies > do if a user needs to do some basic installation steps. At least mention it. > > -- > Denis > >> On Fri, Sep 21, 20

Re: Python thin client installation instructions

2018-09-21 Thread Denis Magda
I would add a disclaimer or a prerequisite step. That what other companies do if a user needs to do some basic installation steps. At least mention it. -- Denis On Fri, Sep 21, 2018 at 3:04 PM Prachi Garg wrote: > Hi Dmitry, > > Thank you for taking the time to explain me everything in such det

Re: Python thin client installation instructions

2018-09-21 Thread Prachi Garg
Hi Dmitry, Thank you for taking the time to explain me everything in such detail :) I am trying to do this because I have to document. In general, I am assuming that a Python thin client user would already have Python installed and be using it. So, I would not suggest adding any disclaimers regar

Re: Python thin client installation instructions

2018-09-20 Thread Dmitry Melnichuk
Prachi, I feel your struggle. It is easier for end user to perceive Python 2 and Python 3 as different languages, not as versions of one language. They usually installed alongside each other; their updates are handled separately. On most systems they have their respective shell commands: `pyt

Re: Python thin client installation instructions

2018-09-20 Thread Prachi Garg
Hi Dmitry, Sorry, I am not familiar with Python. So there are more issues... 1. The version on my mac remains 2.7.10 even though I tried to link to the new version. ~$ python --version Python 2.7.10 ~$ brew unlink python && brew link --overwrite python3 Unlinking /usr/local/Cellar/python/3.7.0

Re: Python thin client installation instructions

2018-09-19 Thread Dmitry Melnichuk
Prachi, This line in your message > Requirement already satisfied: pyignite in > ./Downloads/ignite-python/modules/platforms/python (0.3.1) looks like you already did an installation of pyignite in this environment before (maybe with "pip install -e ") from 'Downloads' folder, then delete or

Python thin client installation instructions

2018-09-19 Thread Prachi Garg
Hi Dmitry, I tried to follow the instructions for the Python thin client installation [1]. ~$ pip install pyignite Requirement already satisfied: pyignite in ./Downloads/ignite-python/modules/platforms/python (0.3.1) Requirement already satisfied: typing==3.6.4 in /Library/Frameworks/Python.frame