Home > Enterprise >  Install python in a user defined location in Mac OS
Install python in a user defined location in Mac OS

Time:01-06

How would I install python3.9 in a custom or user-defined location?

Ideally if I say brew install [email protected], python gets installed in /usr/local/bin/ but I need to have this installed in a different location. How would I do that?

I am able to change the path or choose the path while installing on Windows and not on Mac. Could someone please help me on this?

CodePudding user response:

One of the solutions you can choose, is to install Anaconda. Anaconda should give you the step Destination Select, where you can select where to install the base enviroment, as can also be seen Install Python on a Mac Installer Screen

  • Related