{"id":10761,"date":"2024-07-19T07:57:46","date_gmt":"2024-07-19T07:57:46","guid":{"rendered":"https:\/\/www.hostnoc.com\/?p=10761"},"modified":"2026-02-26T10:28:31","modified_gmt":"2026-02-26T10:28:31","slug":"how-to-update-your-python-version","status":"publish","type":"post","link":"https:\/\/hostnoc.com\/how-to-update-your-python-version\/","title":{"rendered":"How to Update Your Python Version in CMD: 3 Powerful Steps"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Update your Python version is crucial for ensuring that you have access to the latest features, performance improvements, and security patches. This guide will walk you through the process of updating Python on various operating systems, ensuring a smooth transition without disrupting your existing projects.<\/span><\/p>\n<h2 id='why-update-python-benefits-and-python-update-command'  id=\"boomdevs_1\" >Why Update Python? Benefits and Python Update Command<\/h2>\n<h3 id='1-security-improvements'  id=\"boomdevs_2\" ><span style=\"font-weight: 400;\">1. Security Improvements:<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Newer versions of Python come with important security updates that protect your system from vulnerabilities.<\/span><\/p>\n<h3 id='2-new-features'  id=\"boomdevs_3\" ><span style=\"font-weight: 400;\">2. New Features:<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Each Python release introduces new features and improvements that can make your code more efficient and easier to write.<\/span><\/p>\n<h3 id='3-performance-enhancements'  id=\"boomdevs_4\" ><span style=\"font-weight: 400;\">3. Performance Enhancements:<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Optimizations in newer versions can significantly improve the performance of your Python applications.<\/span><\/p>\n<h3 id='4-compatibility'  id=\"boomdevs_5\" ><span style=\"font-weight: 400;\">4. Compatibility:<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Libraries and frameworks often update their requirements to support only the latest versions of Python, so staying up-to-date ensures compatibility.<\/span><\/p>\n<p><strong>Read more:\u00a0<a href=\"https:\/\/www.hostnoc.com\/it-jobs-in-2023\/\">Top 10 Most Demanding IT Jobs In 2023<\/a><\/strong><\/p>\n<h2 id='how-to-update-your-python-version'  id=\"boomdevs_6\" ><span style=\"font-weight: 400;\">How to Update Your Python Version?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Before you update Python, it&#8217;s important to:<\/span><\/p>\n<h3 id='1-check-current-version'  id=\"boomdevs_7\" ><span style=\"font-weight: 400;\">1. Check Current Version:<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Determine the version of Python currently installed by running `python &#8211;version` or `python3 &#8211;version` in your terminal or command prompt.<\/span><\/p>\n<h3 id='2-review-release-notes'  id=\"boomdevs_8\" ><span style=\"font-weight: 400;\">2. Review Release Notes:<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Check the Python release notes for the new version to understand the changes and improvements.<\/span><\/p>\n<h3 id='3-backup-projects'  id=\"boomdevs_9\" ><span style=\"font-weight: 400;\">3. Backup Projects:<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Ensure that you have backups of your projects, especially if they depend on specific versions of Python.<\/span><\/p>\n<p><a href=\"https:\/\/www.hostnoc.com\/vps-server\/?utm_source=BLOGCTA&amp;utm_medium=banner&amp;utm_campaign=blog_cta_13&amp;utm_id=CTA13\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-11397 size-full\" src=\"https:\/\/www.hostnoc.com\/wp-content\/uploads\/2024\/07\/CTA-13.jpg\" alt=\"\" width=\"1920\" height=\"400\" title=\"\" srcset=\"https:\/\/hostnoc.com\/wp-content\/uploads\/2024\/07\/CTA-13.jpg 1920w, https:\/\/hostnoc.com\/wp-content\/uploads\/2024\/07\/CTA-13-768x160.jpg 768w, https:\/\/hostnoc.com\/wp-content\/uploads\/2024\/07\/CTA-13-1536x320.jpg 1536w, https:\/\/hostnoc.com\/wp-content\/uploads\/2024\/07\/CTA-13-260x54.jpg 260w, https:\/\/hostnoc.com\/wp-content\/uploads\/2024\/07\/CTA-13-50x10.jpg 50w, https:\/\/hostnoc.com\/wp-content\/uploads\/2024\/07\/CTA-13-150x31.jpg 150w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/p>\n<h2 id='how-to-update-python-version-on-windows'  id=\"boomdevs_10\" ><span style=\"font-weight: 400;\">How To Update Python Version on Windows?<\/span><\/h2>\n<h3 id='step-1-download-the-installer'  id=\"boomdevs_11\" ><span style=\"font-weight: 400;\">Step 1: Download the Installer<\/span><\/h3>\n<ol>\n<li><span style=\"font-weight: 400;\"> Visit the official <\/span><a href=\"https:\/\/www.python.org\/downloads\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Python website<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> Select the version you want to install and click the download link for the Windows installer.<\/span><\/li>\n<\/ol>\n<h3 id='step-2-run-the-installer'  id=\"boomdevs_12\" ><span style=\"font-weight: 400;\">Step 2: Run the Installer<\/span><\/h3>\n<p>&nbsp;<\/p>\n<ol>\n<li><span style=\"font-weight: 400;\"> Locate the downloaded installer file and run it.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> In the installer window, make sure to check the &#8220;<\/span><b>Add Python to PATH<\/b><span style=\"font-weight: 400;\">&#8221; option. This ensures that you can run Python from the command line.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> Choose the &#8220;<\/span><b>Upgrade Now<\/b><span style=\"font-weight: 400;\">&#8221; option to replace the current version of Python with the new one.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> Follow the prompts to complete the installation.<\/span><\/li>\n<\/ol>\n<h3 id='step-3-verify-the-update'  id=\"boomdevs_13\" ><span style=\"font-weight: 400;\">Step 3: Verify the Update<\/span><\/h3>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Open Command Prompt and type `<\/span><b>python &#8211;version<\/b><span style=\"font-weight: 400;\">` to confirm the update.<\/span><\/p>\n<h3 id='step-4-update-pip'  id=\"boomdevs_14\" ><span style=\"font-weight: 400;\">Step 4: Update Pip<\/span><\/h3>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">After updating Python, it is a good idea to update Pip, the package installer for Python. Run:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">`<\/span><\/p>\n<p><b>&#8220;sh<\/b><\/p>\n<p><b>python -m pip install &#8211;upgrade pip<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h2 id='how-to-update-your-python-version-on-macos'  id=\"boomdevs_15\" ><span style=\"font-weight: 400;\">How to Update Your Python Version on MacOS?<\/span><\/h2>\n<h3 id='step-1-install-homebrew'  id=\"boomdevs_16\" ><span style=\"font-weight: 400;\">Step 1: Install Homebrew<\/span><\/h3>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Homebrew is a popular package manager for macOS that makes installing software easier.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">If you don&#8217;t have Homebrew installed, open Terminal and run:<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>\/bin\/bash -c &#8220;$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/HEAD\/install.sh)&#8221;<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h3 id='step-2-update-python'  id=\"boomdevs_17\" ><span style=\"font-weight: 400;\">Step 2: Update Python<\/span><\/h3>\n<p>&nbsp;<\/p>\n<ol>\n<li><span style=\"font-weight: 400;\"> Use Homebrew to install the latest version of Python:<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>brew install python<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<p>&nbsp;<\/p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> If Python is already installed via Homebrew, upgrade to the latest version:<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>brew upgrade python<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h3 id='step-3-verify-the-update-1'  id=\"boomdevs_18\" ><span style=\"font-weight: 400;\">Step 3: Verify the Update<\/span><\/h3>\n<p>&nbsp;<\/p>\n<ol>\n<li><span style=\"font-weight: 400;\"> Open Terminal and type `<\/span><b>python3 &#8211;version<\/b><span style=\"font-weight: 400;\">` to check the installed version.<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> Make sure the symbolic link points to the new version by running:<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>brew link &#8211;overwrite python<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h3 id='step-4-update-pip-1'  id=\"boomdevs_19\" ><span style=\"font-weight: 400;\">Step 4: Update Pip<\/span><\/h3>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Just like in Windows, update Pip by running:<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>python3 -m pip install &#8211;upgrade pip<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h2 id='how-to-update-your-python-version-on-linux'  id=\"boomdevs_20\" ><span style=\"font-weight: 400;\">How To Update Your Python Version On Linux?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">The process to update Python on Linux can vary depending on the distribution you are using.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Below are the steps for Ubuntu, one of the most popular distributions.<\/span><\/p>\n<h3 id='step-1-update-the-package-list'  id=\"boomdevs_21\" ><span style=\"font-weight: 400;\">Step 1: Update the Package List<\/span><\/h3>\n<p>&nbsp;<\/p>\n<ol>\n<li><span style=\"font-weight: 400;\"> Open Terminal and update the package list:<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>sudo apt update<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h3 id='step-2-install-the-new-version'  id=\"boomdevs_22\" ><span style=\"font-weight: 400;\">Step 2: Install the New Version<\/span><\/h3>\n<p>&nbsp;<\/p>\n<ol>\n<li><span style=\"font-weight: 400;\"> Install the desired version of Python. For example, to install Python 3.9:<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>sudo apt install python3.9<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h3 id='step-3-update-alternatives'  id=\"boomdevs_23\" ><span style=\"font-weight: 400;\">Step 3: Update Alternatives<\/span><\/h3>\n<p>&nbsp;<\/p>\n<ol>\n<li><span style=\"font-weight: 400;\"> Configure the system to use the new version by default:<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>sudo update-alternatives &#8211;install \/usr\/bin\/python3 python3 \/usr\/bin\/python3.9 1<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<p>&nbsp;<\/p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> Select the default version:<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>sudo update-alternatives &#8211;config python3<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Follow the prompt to choose the Python version you want to use.<\/span><\/p>\n<h3 id='step-4-verify-the-update'  id=\"boomdevs_24\" ><span style=\"font-weight: 400;\">Step 4: Verify the Update<\/span><\/h3>\n<p>&nbsp;<\/p>\n<ol>\n<li><span style=\"font-weight: 400;\"> Check the version by running:<\/span><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>python3 &#8211;version<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h3 id='step-5-update-pip'  id=\"boomdevs_25\" ><span style=\"font-weight: 400;\">Step 5: Update Pip<\/span><\/h3>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Update Pip to ensure it uses the new Python version:<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>python3.9 -m pip install &#8211;upgrade pip<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h2 id='how-to-manage-multiple-python-versions'  id=\"boomdevs_26\" ><span style=\"font-weight: 400;\">How To Manage Multiple Python Versions?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">If you need to maintain multiple versions of Python on your system, tools like `<\/span><b>pyenv<\/b><span style=\"font-weight: 400;\">` can help manage different Python versions. `<\/span><b>pyenv<\/b><span style=\"font-weight: 400;\">` allows you to switch between versions easily.<\/span><\/p>\n<h3 id='installing-`pyenv`'  id=\"boomdevs_27\" ><span style=\"font-weight: 400;\">Installing `pyenv`<\/span><\/h3>\n<h4 id='1-install-dependencies-specific-to-ubuntu'  id=\"boomdevs_28\" ><span style=\"font-weight: 400;\">1. Install dependencies (specific to Ubuntu):<\/span><\/h4>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>sudo apt update; sudo apt install -y make build-essential libssl-dev zlib1g-dev \\<\/b><\/p>\n<p><b>libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \\<\/b><\/p>\n<p><b>libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev \\<\/b><\/p>\n<p><b>python-openssl git<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h4 id='2-install-`pyenv`'  id=\"boomdevs_29\" ><span style=\"font-weight: 400;\">2. Install `pyenv`:<\/span><\/h4>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>curl https:\/\/pyenv.run | bash<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h3 id='3-add-`pyenv`-to-your-shell-startup-file-e-g-`-bashrc`-or-`-zshrc`'  id=\"boomdevs_30\" ><span style=\"font-weight: 400;\">3. Add `<\/span><b>pyenv<\/b><span style=\"font-weight: 400;\">` to your shell startup file (e.g., `.bashrc` or `.zshrc`):<\/span><\/h3>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>export PATH=&#8221;$HOME\/.pyenv\/bin:$PATH&#8221;<\/b><\/p>\n<p><b>eval &#8220;$(pyenv init &#8211;path)&#8221;<\/b><\/p>\n<p><b>eval &#8220;$(pyenv init -)&#8221;<\/b><\/p>\n<p><b>eval &#8220;$(pyenv virtualenv-init -)&#8221;<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h4 id='4-restart-your-shell-and-install-a-new-python-version'  id=\"boomdevs_31\" ><span style=\"font-weight: 400;\">4. Restart your shell and install a new Python version:<\/span><\/h4>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>pyenv install 3.9.0<\/b><\/p>\n<p><b>pyenv global 3.9.0<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h4 id='5-verify-the-installation'  id=\"boomdevs_32\" ><span style=\"font-weight: 400;\">5. Verify the installation:<\/span><\/h4>\n<p>&nbsp;<\/p>\n<p><b>&#8220;`sh<\/b><\/p>\n<p><b>python &#8211;version<\/b><\/p>\n<p><b>&#8220;`<\/b><\/p>\n<h2 id='conclusion'  id=\"boomdevs_33\" ><span style=\"font-weight: 400;\">Conclusion<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Update your Python version is a straightforward process, but it requires careful attention to ensure that your environment remains stable and functional. By following these steps, you can enjoy the benefits of the latest Python features, improvements, and security enhancements without disrupting your workflow.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Whether you&#8217;re on Windows, macOS, or Linux, the process is simple and can be accomplished with a few commands. Always remember to back up your projects and review release notes before making the transition. Did this article help you in updating your Python version? Share your feedback with us in the comments section below.<\/span><\/p>\n<p style=\"text-align: center;\"><strong><span class=\"highlight\" style=\"background-color:#971a1d;\">Your business deserves speed, flexibility, and reliability. HostNOC VPS delivers it all<\/span>\n<\/strong><\/p>\n<p style=\"text-align: center;\"><section class=\"dedicated_plans_section plans-section\" id=\"dedicated_plan\">\n    <table id=\"data\" class=\"stackable large-only\">\n        <thead>\n            <tr>\n<!--                 <th class=\"tbl-head-plan\">Plan<\/th> -->\n                <th class=\"tbl-head-cores\">Cores<\/th>\n                <th class=\"tbl-head-ram\">RAM<\/th>\n                <th class=\"tbl-head-storage\">Storage<\/th>\n                <th class=\"tbl-head-plan\">Location<\/th>\n                <th class=\"tbl-head-location\">Monthly Price<\/th>\n                <th class=\"tbl-head-link\">Link<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n                        <tr class=\"tablerow\">\n<!--                     <td class=\"plan name\"><\/td> -->\n                    \n                    <td class=\"cores\">6 vCPU Cores\r<\/td>\n                    <td class=\"ram\">12 GB RAM\r<\/td>\n                    <td class=\"storage\">200 GB SSD\r<\/td>\n                    <td class=\"location\">300 Mbit\/s Port<\/td>\n\n                                        <td class=\"price monthly\">$20.99<span> \/month<\/span><\/td>\n                    <td class=\"btn_wrapper\"><a target=\"_blank\" href=\"https:\/\/members.hostnoc.com\/store\/best-value-vps\/hn-s\" class=\"buy_now text-decoration-none\">Buy Now<\/a><\/td>\n                <\/tr>\n                                <tr class=\"tablerow\">\n<!--                     <td class=\"plan name\"><\/td> -->\n                    \n                    <td class=\"cores\">8 vCPU Cores\r<\/td>\n                    <td class=\"ram\">24 GB RAM\r<\/td>\n                    <td class=\"storage\">400 GB SSD\r<\/td>\n                    <td class=\"location\">600 Mbit\/s Port<\/td>\n\n                                        <td class=\"price monthly\">$24.99<span> \/month<\/span><\/td>\n                    <td class=\"btn_wrapper\"><a target=\"_blank\" href=\"https:\/\/members.hostnoc.com\/store\/best-value-vps\/hn-m\" class=\"buy_now text-decoration-none\">Buy Now<\/a><\/td>\n                <\/tr>\n                                <tr class=\"tablerow\">\n<!--                     <td class=\"plan name\"><\/td> -->\n                    \n                    <td class=\"cores\">6 vCPU Cores\r<\/td>\n                    <td class=\"ram\">18 GB RAM\r<\/td>\n                    <td class=\"storage\">1 TB SSD\r<\/td>\n                    <td class=\"location\">600 Mbit\/s Port<\/td>\n\n                                        <td class=\"price monthly\">$30.75<span> \/month<\/span><\/td>\n                    <td class=\"btn_wrapper\"><a target=\"_blank\" href=\"https:\/\/members.hostnoc.com\/store\/best-value-vps\/hn-l\" class=\"buy_now text-decoration-none\">Buy Now<\/a><\/td>\n                <\/tr>\n                        <\/tbody>\n    <\/table>\n<\/section>\n    <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Update your Python version is crucial for ensuring that you have access to the latest features, performance improvements, and security patches. This guide will walk you<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":13,"featured_media":10762,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[203],"tags":[],"class_list":["post-10761","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guide"],"acf":[],"_links":{"self":[{"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/posts\/10761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/comments?post=10761"}],"version-history":[{"count":8,"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/posts\/10761\/revisions"}],"predecessor-version":[{"id":15124,"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/posts\/10761\/revisions\/15124"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/media\/10762"}],"wp:attachment":[{"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/media?parent=10761"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/categories?post=10761"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hostnoc.com\/wp-json\/wp\/v2\/tags?post=10761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}