cs_lang:python:things-to-know:installation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cs_lang:python:things-to-know:installation [2016/09/20 11:11] – cedric | cs_lang:python:things-to-know:installation [2016/09/20 11:21] (current) – cedric | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | + | < |
| + | $ wget https:// | ||
| + | $ tar -xf Python-3.5.2.tar.xz | ||
| + | $ rm Python-3.5.2.tar.xz | ||
| + | $ cd Python-3.5.2/ | ||
| $ export LD_RUN_PATH=/ | $ export LD_RUN_PATH=/ | ||
| $ ./configure --enable-loadable-sqlite-extensions --enable-shared | $ ./configure --enable-loadable-sqlite-extensions --enable-shared | ||
| $ make | $ make | ||
| # make install | # make install | ||
| + | $ cd .. | ||
| + | $ rm -Rf Python-3.5.2/ | ||
| </ | </ | ||
| + | |||
| + | This is how I install Python on my Debian system. With shared libraries enabled and SQLite support.\\ | ||
| + | SSL is supposed to be enabled by default with Python3. | ||
cs_lang/python/things-to-know/installation.1474362712.txt.gz · Last modified: by cedric
