I don't have sudo rights to a machine but I have to install Python 3.6 in it.
Asked
Active
Viewed 3,588 times
2
-
If you have the building dependencies already installed, you could try `pyenv`, as described in https://askubuntu.com/a/865644/367990 – Byte Commander Jun 19 '18 at 07:32
-
pyenv is not installed. – shreyansh Jun 19 '18 at 07:56
-
No, pyenv is a script you can get from GitHub. You can download and run that as a user, but it requires some tools (like the `build-essential` package) and development packages to be installed on your system already. Please read through the linked answer. – Byte Commander Jun 19 '18 at 08:18
-
I cant run pyenv as curl is not installed in the system. Plus there is no way to install the tools required by pyenv. – shreyansh Jun 19 '18 at 08:47
-
You could consider [Anaconda python](https://www.anaconda.com/download/#linux) which iirc installs into your home directory by default – steeldriver Jun 19 '18 at 11:51