1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

not a problem, problemtic as per https://github.com/pyenv/pyenv/issues/1202

native-api
2021-05-08 03:12:15 +03:00
parent 6dae5cd9c3
commit cfc135ed54

@@ -96,13 +96,6 @@ If you want to install a Python interpreter that's available to all users and sy
sudo python-build 3.3.2 /usr/local/
```
## Make your pythons a little faster
You can set your CFLAGS to accepted safe values to help get a little more speed.
```sh
CFLAGS='-O2'
```
## Build failed - bad interpreter: Permission denied
If you encounter this error while installing python and your server is a VPS, the **/tmp** directory where python-build download and compile the packages is probably mounted as **noexec**. You can check with your hosting provider if whether they provide a way to bypass this protection.