osx - How can I decide which python I will open in mac terminal? -


i have several 2 python on mac, 1 original, , downloaded on website, when open python in terminal, how can decide i'm opening? help.

specify full path binary.

$ some/path/to/python  ... >>> 

alternatively, create alias so.

$ alias pythonx="some/path/to/python" $ pythonx  ... >>> 

Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -