Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Cloud SDK and Python separately

I want to install the Google Could SDK on a Windows 10 machine, but to install Python separately rather than using the bundled Python.

The instructions Google gives say you can do this, but they don't say if the pre-installed python needs to be x86, x86-64, or if it matters. What are the actual requirements?

Thanks, ++PLS

like image 889
user633206 Avatar asked May 15 '26 23:05

user633206


1 Answers

Considering that the Google Cloud SDK is itself written in Python. The documentation only seems to specify which version that it requires (Python 2.7.9 or later) link. However, when it comes to which Python bit version to use, it depends on your end (as you would want to be compatible with the applications you want to run and the machine architecture you have running, etc).

As far as Google's SDK compatibility is concerned your system architecture should not matter. I have also tested the SDK on a vm-machine running 64-bit architecture with a 64-bit python version and it seems to work fine. Despite my test being a 64-bit environment, if you do have x86-bit installed already the Google SDK should also not pose any issues for you.

like image 178
Harmit Rishi Avatar answered May 18 '26 12:05

Harmit Rishi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!