Skip to content

A mish mosh of Python code representing interesting functions, scripts, snippets, or problems that I've encountered

License

Notifications You must be signed in to change notification settings

colin-valentini/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python

A mish mosh of Python code representing interesting functions, scripts, snippets, or problems that I've encountered

Updating Python Version Locally

Follow below steps. Can also read this Stack Overflow article

  1. Go to the Python download page and follow the instructions there to download an installer (safe for updates).
  2. Update the ~/.bash_profile and/or ~/.zprofile files to update the PATH extension to point to the latest version of Python downloaded (these are usually stored at /Library/Frameworks/Python.framework/Versions/...)
  3. Repoint the python command alias symlink by going to /usr/local/bin and executing cp python3 python (will work assuming the installer updated the python3 alias to the latest version)

About

A mish mosh of Python code representing interesting functions, scripts, snippets, or problems that I've encountered

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages