This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
python3 [2018/10/06 07:29] dblume [Debian based distros] |
python3 [2021/05/21 00:04] (current) |
||
---|---|---|---|
Line 29: | Line 29: | ||
For **OS X**, brew upgrading httpie seems to upgrade to the latest Python 3, so I didn't have to do stuff. | For **OS X**, brew upgrading httpie seems to upgrade to the latest Python 3, so I didn't have to do stuff. | ||
- | ===== Debian based distros ===== | + | ===== Debian based distros |
For Debian (eg., Rasbian) try [[http:// | For Debian (eg., Rasbian) try [[http:// | ||
Line 37: | Line 37: | ||
</ | </ | ||
- | On Raspbian Jessie | + | ==== (Aside) OpenSSL 1.0.1 issue in Raspbian ==== |
+ | |||
+ | On Raspbian Jessie | ||
< | < | ||
Line 86: | Line 88: | ||
</ | </ | ||
- | Then, back to Python3, on Raspbian, I put it in the default location: | + | ===== Debian based distros (Continued) ===== |
+ | |||
+ | Then, back to Python3, on Raspbian, I put it in the default location, /usr/local: | ||
<code bash> | <code bash> | ||
Line 94: | Line 98: | ||
make -j4 | make -j4 | ||
sudo make install | sudo make install | ||
- | [[ -z $STY ]] || exit # exit if in screen session | + | [[ $TERM != " |
</ | </ | ||
===== Modules ===== | ===== Modules ===== | ||
- | Sometimes I have trouble with pip3 (ImportError: | + | Sometimes I have trouble with pip3 (ImportError: |
<code bash> | <code bash> |