Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

How to install specific python version #130

Open
octavianmm opened this issue Jun 4, 2020 · 1 comment
Open

How to install specific python version #130

octavianmm opened this issue Jun 4, 2020 · 1 comment

Comments

@octavianmm
Copy link

Hi,

I'm trying to build pytorch from source but it seems only python3.6 is supported to do that. However I am unable to install python3.6 in termux-ubuntu - if I run apt install python3, it automatically installs version 3.8. I searched but it seems no 3.6 package is available by deafult.

Any help on this?
Thanks

@Allan-sketch
Copy link

To do what you intend...you can use the following command..

First Make Sure that the package version you need to install exists... Use apt-cache madison [packagename]
2 . If the package version you're trying to install exists, simply run apt-get install [packagename]=[DesiredVersion]

Hope this Solves your Query!! 🖖🏻
for more help contact through gmail: [email protected]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants