{"id":3077,"date":"2022-07-27T12:04:53","date_gmt":"2022-07-27T12:04:53","guid":{"rendered":"https:\/\/arzhost.com\/blogs\/?p=3077"},"modified":"2025-09-15T14:50:37","modified_gmt":"2025-09-15T09:50:37","slug":"create-a-python-new-virtualenv","status":"publish","type":"post","link":"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/","title":{"rendered":"How to Create a Python New Virtualenv"},"content":{"rendered":"\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_74 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/#Introduction_Overview_of_Virtual_Environments\" >Introduction: Overview of Virtual Environments<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/#Why_is_a_Virtual_Environment_Necessary_Importance_and_Benefits\" >Why is a Virtual Environment Necessary: Importance and Benefits<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/#Free_247_Expert_Support_Sign_Up_for_ARZ_Host_VPS\" >Free 24\/7 Expert Support! Sign Up for ARZ Host VPS!<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/#What_Differentiates_Virtualenv_from_VirtualEnvWrapper_and_Venv_Key_Differences\" >What Differentiates Virtualenv from VirtualEnvWrapper and Venv: Key Differences<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/#Use_%E2%80%9Cvirtualenv%E2%80%9D_to_Create_a_Virtual_Environment_Step-by-Step_Guide\" >Use \u201cvirtualenv\u201d to Create a Virtual Environment: Step-by-Step Guide<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/#Get_the_Virtual_Environment_Activated_Successfully_Activation_Process\" >Get the Virtual Environment Activated Successfully: Activation Process<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/#Deactivate_the_Virtual_Environment_How_to_Exit\" >Deactivate the Virtual Environment: How to Exit<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/arzhost.com\/blogs\/create-a-python-new-virtualenv\/#Why_is_a_Virtual_Environment_Required_Understanding_the_Necessity\" >Why is a Virtual Environment Required: Understanding the Necessity<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Introduction_Overview_of_Virtual_Environments\"><\/span><strong>Introduction:<\/strong> Overview of Virtual Environments<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Modules are automatically installed throughout <span style=\"color: #000000;\"><strong>Python Create New Virtualenv<\/strong><\/span>. If separate programs require different versions of the same module, that could become a problem. In contrast, some programming languages don&#8217;t install modules on the entire system. How to Create a Python New Virtualenv?<\/p>\n\n\n\n<p><iframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/APOPm01BVrk\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n\n\n\n<p>Think of two Python programs, one of which requires library 1.0 and the other library 2.0. This issue is cleverly resolved by a virtualenv by producing an isolated environment. Installing modules outside of the virtual environment is not possible.<\/p>\n\n\n\n<p>Python Create New <a href=\"https:\/\/virtualenv.pypa.io\/\" target=\"_blank\" rel=\"noopener\"><strong>Virtualenv<\/strong><\/a>, you can install any module inside your environment without changing the configuration across the board.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Why_is_a_Virtual_Environment_Necessary_Importance_and_Benefits\"><\/span><strong>Why is a Virtual Environment Necessary: Importance and Benefits<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"536\" title=\"why is a virtual environement necessary\" src=\"https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environement-necessary-1024x536.jpg\" alt=\"why is a virtual environement necessary\" class=\"wp-image-13077\" srcset=\"https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environement-necessary-1024x536.jpg 1024w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environement-necessary-300x157.jpg 300w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environement-necessary-768x402.jpg 768w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environement-necessary.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">why is a virtual environement necessary<\/figcaption><\/figure><\/div>\n\n\n<p>Python Create New Virtualenv has its method for downloading, storing, and resolving packages, similar to other programming languages (or libraries).<\/p>\n\n\n\n<p>Every Python project you run on your computer will automatically use the base(root) environment&#8217;s default Python site-packages directory. <code>Which is linked to the main Python installation. This can be discovered by:<\/code><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>&gt;&gt;&gt; import site<\/code><\/li>\n\n\n\n<li><code>&gt;&gt;&gt; site. getsitepackages ()<\/code><\/li>\n\n\n\n<li><code>['\/Users\/admin\/anaconda3\/lib\/python3.7\/site-packages]<\/code><\/li>\n<\/ul>\n\n\n\n<p><code>Consider a situation in which you are engaged in two machine learning projects, one of which uses Tensor Flow v1.5 and the other of which utilizes Tensor Flow v2.<\/code><\/p>\n\n\n\n<p>Python cannot distinguish between versions in the site-packages directory, therefore this would be a serious issue. The same directory with the same name would house both Tensor Flow versions 1.5 and 2. If you wish to create a Virtual Environment with a Specific Python Version, <a href=\"https:\/\/arzhost.com\/blogs\/venv-with-specific-python-version\/\"><strong>Click Here<\/strong><\/a>.<\/p>\n\n\n\n<p>Both projects would have to utilize the same version because there is no separation between versions. Which is undesirable in this situation. Tools for virtual environments are useful in this situation.<\/p>\n\n\n\n<p>Python virtual environments&#8217; primary objective is to establish a secure environment for Python Create New Virtualenv projects. Regardless of the dependencies that every other project has, each project may have its own.<\/p>\n\n\n\n<p>A virtual environment is especially helpful if you must operate on a shared system but lack the authorization to install packages because you can do it in the virtual environment.<\/p>\n\n\n\n<p>You may construct virtual environments in Python by using the following popular libraries and tools: virtualenv, VirtualEnvWrapper, even, and venv.<\/p>\n\n\n\n<div class=\"wp-block-uagb-call-to-action uagb-block-ea34b2e4 wp-block-button uag-blocks-common-selector\" style=\"--z-index-desktop:479;;--z-index-tablet:undefined;;--z-index-mobile:undefined;\"><div class=\"uagb-cta__wrap\"><h2 class=\"uagb-cta__title\"><span class=\"ez-toc-section\" id=\"Free_247_Expert_Support_Sign_Up_for_ARZ_Host_VPS\"><\/span><a href=\"https:\/\/arzhost.com\/vps\/\" data-type=\"link\" data-id=\"https:\/\/arzhost.com\/vps\/\">Free 24\/7 Expert Support! Sign Up for ARZ Host VPS!<\/a><span class=\"ez-toc-section-end\"><\/span><\/h2><p class=\"uagb-cta__desc\">Free 24\/7 Support! Join ARZ Host VPS! &#8211; Free Setup with the server at just <strong>$100\/month<\/strong><\/p><\/div><div class=\"uagb-cta__buttons\"><a href=\"https:\/\/arzhost.com\/vps\/\" class=\"uagb-cta__button-link-wrapper wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\">Read More<\/a><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_Differentiates_Virtualenv_from_VirtualEnvWrapper_and_Venv_Key_Differences\"><\/span><strong>What Differentiates Virtualenv from VirtualEnvWrapper and Venv: Key Differences<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"536\" title=\"what differenctiates virtualenv from virtualenvwrapper and venv\" src=\"https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/what-differenctiates-virtualenv-from-virtualenvwrapper-and-venv-1024x536.jpg\" alt=\"what differenctiates virtualenv from virtualenvwrapper and venv\" class=\"wp-image-13079\" srcset=\"https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/what-differenctiates-virtualenv-from-virtualenvwrapper-and-venv-1024x536.jpg 1024w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/what-differenctiates-virtualenv-from-virtualenvwrapper-and-venv-300x157.jpg 300w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/what-differenctiates-virtualenv-from-virtualenvwrapper-and-venv-768x402.jpg 768w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/what-differenctiates-virtualenv-from-virtualenvwrapper-and-venv.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">what differenctiates virtualenv from virtualenvwrapper and venv<\/figcaption><\/figure><\/div>\n\n\n<p>Now here at Arzhost, we determined the difference between virtualenv, VirtualEnvWrapper, pyvenv, and venv. And guide you on how Python Creates New Virtualenv from your system.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>Virtualenv:<\/code><\/strong> The most well-known library for creating isolate Python environments is virtualenv. Running pip install virtualenv will get you it. It functions by creating a local directory containing a replica of your Python interpreter binary (python or python3). By adding a unique bin directory prefix to the PATH environment variable, an environment can be activated.<\/li>\n\n\n\n<li><strong><code>VirtualEnvWrapper:<\/code><\/strong> <code>A set of extensions to virtualenv is known as&nbsp; VirtualEnvWrapper.<\/code> You can transition between various virtualenv directories using the programs virtualenv, lssitepackages, and especially work on that are provided. If you want numerous virtualenv directories, this utility is really helpful.<\/li>\n\n\n\n<li><strong><code>Pyvenv:<\/code><\/strong> <code>A Python 3 library is known as event was deprecate in Python 3.6 due to its flaws.<\/code><\/li>\n\n\n\n<li><strong>A library called venv:<\/strong> is included with Python 3.3+. python3 -m venv path to new env&gt; can be used to run. It accomplishes the same goal as virtualenv and also allows for an extension.<\/li>\n<\/ul>\n\n\n\n<p>Given that it supports Python 2 and Python 3, Python Create New Virtualenv continues to be more widely use than venv. Beginners are generally advised to start by studying virtualenv and pip, which are compatible with Python 2 and 3. And once you start needing different tools in a variety of circumstances, get them.<\/p>\n\n\n\n<p><strong>Related Article: <a href=\"https:\/\/arzhost.com\/blogs\/update-python-in-virtualenv\/\">How to Update Python in Virtualenv<\/a><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Use_%E2%80%9Cvirtualenv%E2%80%9D_to_Create_a_Virtual_Environment_Step-by-Step_Guide\"><\/span><strong>Use \u201cvirtualenv\u201d to Create a Virtual Environment: Step-by-Step Guide<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>Set up\/install virtualenv<\/code><\/li>\n<\/ul>\n\n\n\n<p>Verify whether you have Python Create New Virtualenv<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>exactly virtualenv<\/code><\/li>\n<\/ul>\n\n\n\n<p>To install it if not, type the following into your terminal.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>install virtualenv with pip<\/code><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Get_the_Virtual_Environment_Activated_Successfully_Activation_Process\"><\/span><strong>Get the Virtual Environment Activated Successfully: Activation Process<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Run the following command to <a href=\"https:\/\/arzhost.com\/blogs\/python-activate-virtualenv-windows\/\"><strong>Turn On\/Activate The Virtual Environment<\/strong><\/a>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>source &lt;my_env_name&gt;\/bin\/activate<\/code><\/li>\n<\/ul>\n\n\n\n<p>Here is an example to activate the \u201c<code>NLP<\/code>\u201d:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\u21d2 PWD<\/code><\/li>\n\n\n\n<li><code>\/Users\/admin\/Code\/Workspace\/python-venv<\/code><\/li>\n\n\n\n<li><code>\u21d2 source NLP\/bin\/activate<\/code><\/li>\n\n\n\n<li><code>\u21d2 which python<\/code><\/li>\n\n\n\n<li><code>\/Users\/admin\/Code\/Workspace\/python-venv\/NLP\/bin\/python<\/code><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Deactivate_the_Virtual_Environment_How_to_Exit\"><\/span><strong>Deactivate the Virtual Environment: How to Exit<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To deactivate the current environment, you can type:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>Deactivate<\/code><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Why_is_a_Virtual_Environment_Required_Understanding_the_Necessity\"><\/span><strong>Why is a Virtual Environment Required: Understanding the Necessity<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Consider a situation in which a web application is hosted by a cloud hosting company that offers a Python Create New Virtualenv development environment. The most recent Flask web framework version can be installed using a setting in the web app&#8217;s configuration.<\/p>\n\n\n\n<p>If the web application is built locally using an outdated version of the framework. There will be a version conflict when it is uploaded to the website since some of the modules used are no longer supported by more recent Flask versions.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"536\" title=\"why is a virtual environment required\" src=\"https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environment-required-1024x536.jpg\" alt=\"why is a virtual environment required\" class=\"wp-image-13080\" srcset=\"https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environment-required-1024x536.jpg 1024w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environment-required-300x157.jpg 300w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environment-required-768x402.jpg 768w, https:\/\/arzhost.com\/blogs\/wp-content\/uploads\/2025\/09\/why-is-a-virtual-environment-required.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">why is a virtual environment required<\/figcaption><\/figure><\/div>\n\n\n<p>Using a virtual environment, the aforementioned scenario can be resolved. By using a virtual environment, it is possible to segregate several Python Create New Virtualenv development environments.<\/p>\n\n\n\n<p>An isolated Python installation that enables managing dependencies and working on distinct Python projects without affecting other projects is referred to as a virtual environment in this context.<\/p>\n\n\n\n<p>When a virtual environment is formed, it separates the global Python folder from any other virtual environment. Its copies Python into that folder along with a few other folders, including a site-packages folder.<\/p>\n\n\n\n<p>Virtual machines require the installation of a third-party program named virtualenv for earlier versions of Python. It is included in more recent versions of Python3 as the venv module. Click here to learn more about virtualenv.<\/p>\n\n\n\n<p><strong>Read More:<\/strong><\/p>\n\n\n<ul class=\"wp-block-latest-posts__list wp-block-latest-posts\"><li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/arzhost.com\/blogs\/how-to-fix-403-forbidden-error-wordpress\/\">How To Fix 403 Forbidden Error WordPress<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/arzhost.com\/blogs\/how-to-get-the-most-out-of-claude-ai\/\">How To Get The Most Out Of Claude Ai<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/arzhost.com\/blogs\/bad-gateway-error-502-the-ultimate-guide-to-quick-fixes\/\">Bad Gateway Error (502): The Ultimate Guide to Quick Fixes<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/arzhost.com\/blogs\/a-deep-dive-into-todays-best-linux-distros\/\">A Deep Dive Into Today\u2019s Best Linux Distros<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/arzhost.com\/blogs\/domain-investor-terms-powerful-strategy\/\">Domain Investor Terms: Expert Insight on Powerful Strategy<\/a><\/li>\n<\/ul>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction: Overview of Virtual Environments Modules are automatically installed throughout Python Create New Virtualenv. If separate programs require different versions of the same module, that could become a problem. In contrast, some programming languages don&#8217;t install modules on the entire system. How to Create a Python New Virtualenv? Think of two Python programs, one of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6561,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29,16,19],"tags":[],"table_tags":[],"class_list":["post-3077","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-python","category-tutorial","category-window"],"_links":{"self":[{"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/posts\/3077","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/comments?post=3077"}],"version-history":[{"count":6,"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/posts\/3077\/revisions"}],"predecessor-version":[{"id":13081,"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/posts\/3077\/revisions\/13081"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/media\/6561"}],"wp:attachment":[{"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/media?parent=3077"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/categories?post=3077"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/tags?post=3077"},{"taxonomy":"table_tags","embeddable":true,"href":"https:\/\/arzhost.com\/blogs\/wp-json\/wp\/v2\/table_tags?post=3077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}