File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,10 @@ simultaneously.
7676
7777------
7878
79+
7980.. sectionauthor :: @spirillen
8081
82+
8183Sql 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
You can’t perform that action at this time.
0 commit comments