This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
cs_lang:python:things-to-know:installation [2016/09/20 11:14] cedric |
cs_lang:python:things-to-know:installation [2016/09/20 11:18] cedric |
||
---|---|---|---|
Line 11: | Line 11: | ||
$ rm -Rf Python-3.5.2/ | $ rm -Rf Python-3.5.2/ | ||
</ | </ | ||
+ | |||
+ | This is how I install Python on my Debian system. Shared libraries and SQL support are enabled.\\ | ||
+ | SSL is supposed to be enabled with Python3. |