Skip to content

Commit d9006c7

Browse files
committed
Knowen Issue Cygwin
Have made some notes about the limitation of running Cygwin or Python on a Windows and how it is affecting @PyFunceble Signed by @spirillen
1 parent 059cf28 commit d9006c7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/facts/known_issues.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ simultaneously.
7676

7777
------
7878

79+
7980
.. sectionauthor:: @spirillen
8081

82+
8183
Sql Missing default data in :code:`whois` table
8284
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8385

@@ -121,3 +123,32 @@ to do this or manually run this SQL code insode your database.
121123
.. _SQLAlchemy: https://www.sqlalchemy.org/
122124

123125
.. _dBeaver: https://dbeaver.io/
126+
127+
------
128+
129+
130+
.. sectionauthor:: @spirillen
131+
132+
133+
Windows with Python or Cygwin
134+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
135+
136+
.. versionadded:: all
137+
138+
There are a number of well Known limitation by running or even installing Python
139+
on a closed source Windows computer.
140+
141+
Among these issues is the default settings for the installation programs,
142+
where we all know the users tend to just click next next next without reading
143+
the questions, and path to hell continues.
144+
145+
1. To have Python to become installed in `PATH:` by the installer, you are
146+
required to use the advanced install option (I was told @spirillen).
147+
148+
2. Cygwin do not INCLUDE- and therefore not exporting current PATH to running
149+
environment. Full path is always required, be set by own scripts.
150+
151+
Since any of this isn't a @PyFunceble issue we have left a Cygwin_ related
152+
issue at github.
153+
154+
.. _Cygwin: https://github.com/funilrys/PyFunceble/issues/127

0 commit comments

Comments
 (0)