{"id":17367,"date":"2025-10-29T06:21:58","date_gmt":"2025-10-29T06:21:58","guid":{"rendered":"https:\/\/www.kaashivinfotech.com\/blog\/?p=17367"},"modified":"2025-10-29T06:21:58","modified_gmt":"2025-10-29T06:21:58","slug":"creating-virtual-environment-python","status":"publish","type":"post","link":"https:\/\/www.kaashivinfotech.com\/blog\/creating-virtual-environment-python\/","title":{"rendered":"How to Set Up a Virtual Environment in Python 7 Simple Steps"},"content":{"rendered":"<p data-start=\"544\" data-end=\"841\">Creating virtual environment Python &#8211; You know that moment when you\u2019re working on multiple Python projects, and suddenly one project breaks because another updated a package? Yeah, I\u2019ve been there too.\u00a0<br data-start=\"710\" data-end=\"713\" \/>That\u2019s exactly why I started using virtual environments\u2014and honestly, it was one of the best coding decisions I ever made.<\/p>\n<p data-start=\"843\" data-end=\"1024\">So, in this blog, I\u2019m going to show you exactly how to set up a virtual environment in <a href=\"https:\/\/www.wikitechy.com\/tutorials\/python\/python-tutorial\" target=\"_blank\" rel=\"noopener\">Python<\/a>, explain <em data-start=\"950\" data-end=\"970\">why it\u2019s so useful<\/em>, and share a few lessons I\u2019ve learned the hard way.<\/p>\n<h2 data-start=\"1058\" data-end=\"1104\">What is a Virtual Environment in Python?<\/h2>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter wp-image-17368 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-virtual-environment.webp\" alt=\"\" width=\"605\" height=\"340\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-virtual-environment.webp 1280w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-virtual-environment-300x169.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-virtual-environment-1024x575.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-virtual-environment-768x431.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-virtual-environment-380x213.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-virtual-environment-800x449.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-virtual-environment-1160x652.webp 1160w\" sizes=\"(max-width: 605px) 100vw, 605px\" \/><\/p>\n<p data-start=\"1106\" data-end=\"1205\">Before we get into creating virtual environment Python, let\u2019s talk about what it actually is.<\/p>\n<p data-start=\"1207\" data-end=\"1408\">A virtual environment in <a href=\"https:\/\/www.wikitechy.com\/tutorials\/python\/\" target=\"_blank\" rel=\"noopener\">Python<\/a> is like having your own private workspace for each project.<br data-start=\"1302\" data-end=\"1305\" \/>It lets you install and manage dependencies <em data-start=\"1349\" data-end=\"1364\">independently<\/em>\u2014so one project doesn\u2019t mess with another.<\/p>\n<p data-start=\"1410\" data-end=\"1582\">Think of it as having separate toolkits for each job. One project might use Django 3.2, another Django 4.0\u2014and that\u2019s totally fine. No conflicts.<\/p>\n<p data-start=\"1584\" data-end=\"1739\">If you\u2019ve ever installed a package globally and later regretted it, you\u2019ll understand why creating virtual environment Python is such a game-changer.<\/p>\n<h2 data-start=\"1746\" data-end=\"1794\">Why You Should Use a Virtual Environment<\/h2>\n<p data-start=\"1796\" data-end=\"1941\">Here\u2019s the truth: skipping virtual environments might not break your code today, but it <em data-start=\"1888\" data-end=\"1894\">will<\/em> bite you later.<br data-start=\"1910\" data-end=\"1913\" \/>Here\u2019s why it\u2019s so useful:<\/p>\n<ul data-start=\"1943\" data-end=\"2351\">\n<li data-start=\"1943\" data-end=\"2010\">\n<p data-start=\"1945\" data-end=\"2010\">\ud83e\udde9 <strong data-start=\"1948\" data-end=\"1962\">Isolation:<\/strong> Keeps dependencies separate for each project.<\/p>\n<\/li>\n<li data-start=\"2011\" data-end=\"2096\">\n<p data-start=\"2013\" data-end=\"2096\">\ud83d\udd04 <strong data-start=\"2016\" data-end=\"2036\">Version control:<\/strong> You can use different package versions without conflicts.<\/p>\n<\/li>\n<li data-start=\"2097\" data-end=\"2171\">\n<p data-start=\"2099\" data-end=\"2171\">\ud83d\udcbc <strong data-start=\"2102\" data-end=\"2123\">Team consistency:<\/strong> Everyone on your team can use the same setup.<\/p>\n<\/li>\n<li data-start=\"2172\" data-end=\"2238\">\n<p data-start=\"2174\" data-end=\"2238\">\ud83d\ude80 <strong data-start=\"2177\" data-end=\"2196\">Cleaner system:<\/strong> No more cluttered global installations.<\/p>\n<\/li>\n<li data-start=\"2239\" data-end=\"2351\">\n<p data-start=\"2241\" data-end=\"2351\">\ud83e\uddf0 <strong data-start=\"2244\" data-end=\"2264\">Reproducibility:<\/strong> You can recreate the same environment anywhere\u2014locally, on servers, or in the cloud.<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"2353\" data-end=\"2568\">When I started working on multiple data science projects, I learned the hard way that installing everything globally quickly becomes a nightmare. Using creating virtual environment Python fixed that instantly.<\/p>\n<p data-start=\"2353\" data-end=\"2568\"><img decoding=\"async\" class=\"aligncenter wp-image-17370 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/virtual-environment-python.webp\" alt=\"\" width=\"579\" height=\"290\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/virtual-environment-python.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/virtual-environment-python-300x150.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/virtual-environment-python-768x384.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/virtual-environment-python-380x190.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/virtual-environment-python-800x400.webp 800w\" sizes=\"(max-width: 579px) 100vw, 579px\" \/><\/p>\n<h2 data-start=\"2575\" data-end=\"2642\">Step-by-Step: How to Set Up a Virtual Environment in Python<\/h2>\n<p data-start=\"2644\" data-end=\"2719\">Alright, let\u2019s get practical. Here\u2019s how I personally do it\u2014step by step.<\/p>\n<h3 data-start=\"2721\" data-end=\"2763\">Step 1: Check Your Python Version<\/h3>\n<p data-start=\"2765\" data-end=\"2833\">First, make sure Python is installed. Open your terminal and type:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">python --version\r\n<\/pre>\n<p>If you get something like <code class=\"\" data-line=\"\">Python 3.10.6<\/code>, you\u2019re good to go.<\/p>\n<h3 data-start=\"2935\" data-end=\"2996\">Step 2: Install <code class=\"\" data-line=\"\">venv<\/code> (if it\u2019s not already installed)<\/h3>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-17371 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/setting-up-python.webp\" alt=\"\" width=\"629\" height=\"315\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/setting-up-python.webp 1400w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/setting-up-python-300x150.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/setting-up-python-1024x512.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/setting-up-python-768x384.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/setting-up-python-380x190.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/setting-up-python-800x400.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/setting-up-python-1160x580.webp 1160w\" sizes=\"(max-width: 629px) 100vw, 629px\" \/><\/p>\n<p data-start=\"2998\" data-end=\"3110\">From Python 3.3 onwards, <code class=\"\" data-line=\"\">venv<\/code> comes pre-installed.<br data-start=\"3050\" data-end=\"3053\" \/>But if you\u2019re missing it, you can install it like this:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">pip install virtualenv\r\n<\/pre>\n<h3 data-start=\"3153\" data-end=\"3201\">Step 3: Create Your Virtual Environment<\/h3>\n<p data-start=\"3203\" data-end=\"3309\">Now for the fun part\u2014creating virtual environment Python!<br data-start=\"3264\" data-end=\"3267\" \/>Navigate to your project folder and run:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">python -m venv myenv\r\n<\/pre>\n<p>This creates a new folder called <code class=\"\" data-line=\"\">myenv<\/code>, which holds all the environment data, packages, and configurations.<\/p>\n<h3 data-start=\"3463\" data-end=\"3512\">Step 4: Activate the Virtual Environment<\/h3>\n<p data-start=\"3514\" data-end=\"3559\">This step depends on your operating system:<\/p>\n<p data-start=\"3561\" data-end=\"3579\"><strong data-start=\"3561\" data-end=\"3577\">For Windows:<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">myenv\\Scripts\\activate\r\n<\/pre>\n<p>For macOS\/Linux:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">source myenv\/bin\/activate\r\n<\/pre>\n<p>Once activated, you\u2019ll notice your terminal now shows <code class=\"\" data-line=\"\">(myenv)<\/code> at the start. That\u2019s your confirmation you\u2019re inside your Python virtual environment.<\/p>\n<h3 data-start=\"3843\" data-end=\"3876\">Step 5: Install Packages<\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-17372 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/installing-packages.webp\" alt=\"\" width=\"733\" height=\"316\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/installing-packages.webp 1280w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/installing-packages-300x129.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/installing-packages-1024x442.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/installing-packages-768x331.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/installing-packages-380x164.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/installing-packages-800x345.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/installing-packages-1160x500.webp 1160w\" sizes=\"(max-width: 733px) 100vw, 733px\" \/><\/p>\n<p data-start=\"3878\" data-end=\"3960\">Now, install your project dependencies <em data-start=\"3917\" data-end=\"3925\">within<\/em> this environment.<br data-start=\"3943\" data-end=\"3946\" \/>For example:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">pip install requests\r\n<\/pre>\n<p>Everything stays isolated inside your virtual environment.<br data-start=\"4054\" data-end=\"4057\" \/>Try running your project\u2014it\u2019ll use only the packages installed inside this environment, not your global system.<\/p>\n<h3 data-start=\"4177\" data-end=\"4220\">Step 6: Deactivate the Environment<\/h3>\n<p data-start=\"4222\" data-end=\"4252\">When you\u2019re done, just type:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">deactivate\r\n<\/pre>\n<p>You\u2019re back to your global Python.<\/p>\n<h3 data-start=\"4327\" data-end=\"4361\">Step 7: Save Dependencies<\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-17373 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-dependencies-with-virtual-environments.webp\" alt=\"\" width=\"601\" height=\"301\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-dependencies-with-virtual-environments.webp 1200w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-dependencies-with-virtual-environments-300x150.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-dependencies-with-virtual-environments-1024x512.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-dependencies-with-virtual-environments-768x384.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-dependencies-with-virtual-environments-380x190.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-dependencies-with-virtual-environments-800x400.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-dependencies-with-virtual-environments-1160x580.webp 1160w\" sizes=\"(max-width: 601px) 100vw, 601px\" \/><\/p>\n<p data-start=\"4363\" data-end=\"4435\">To make sure others can use your same setup, freeze your dependencies:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">pip freeze &gt; requirements.txt\r\n<\/pre>\n<p>This creates a file listing every package and version. Later, you (or anyone else) can recreate it with:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">pip install -r requirements.txt\r\n<\/pre>\n<p>This is how I share my environment setup with teammates\u2014it keeps everyone in sync.<\/p>\n<h2 data-start=\"4776\" data-end=\"4826\">Real-Life Example: How It Saved My Project<\/h2>\n<p data-start=\"4828\" data-end=\"5059\">A few months back, I was working on a machine learning project using TensorFlow 2.10. Meanwhile, another project required TensorFlow 2.8.<br data-start=\"4969\" data-end=\"4972\" \/>When I installed the older version globally, it completely broke my first project.<\/p>\n<p data-start=\"5061\" data-end=\"5260\">That\u2019s when I realized: I needed to start creating virtual environment Python for <em data-start=\"5147\" data-end=\"5153\">each<\/em> project.<br data-start=\"5162\" data-end=\"5165\" \/>Once I did, everything worked perfectly. No conflicts, no broken imports, no wasted weekends.<\/p>\n<h2 data-start=\"5267\" data-end=\"5305\">Common Mistakes Beginners Make<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-17374 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/common-mistake.webp\" alt=\"\" width=\"466\" height=\"351\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/common-mistake.webp 1080w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/common-mistake-300x226.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/common-mistake-1024x771.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/common-mistake-768x578.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/common-mistake-380x286.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/common-mistake-800x602.webp 800w\" sizes=\"(max-width: 466px) 100vw, 466px\" \/><\/p>\n<p data-start=\"5307\" data-end=\"5413\">Let\u2019s be honest\u2014we all mess up the first few times. Here are a few common mistakes I\u2019ve seen (and made):<\/p>\n<ul data-start=\"5415\" data-end=\"5659\">\n<li data-start=\"5415\" data-end=\"5495\">\n<p data-start=\"5417\" data-end=\"5495\">\u274c Forgetting to activate the virtual environment before installing packages.<\/p>\n<\/li>\n<li data-start=\"5496\" data-end=\"5547\">\n<p data-start=\"5498\" data-end=\"5547\">\u274c Installing dependencies globally by accident.<\/p>\n<\/li>\n<li data-start=\"5548\" data-end=\"5618\">\n<p data-start=\"5550\" data-end=\"5618\">\u274c Deleting the <code class=\"\" data-line=\"\">myenv<\/code> folder without freezing <code class=\"\" data-line=\"\">requirements.txt<\/code>.<\/p>\n<\/li>\n<li data-start=\"5619\" data-end=\"5659\">\n<p data-start=\"5621\" data-end=\"5659\">\u274c Confusing <code class=\"\" data-line=\"\">virtualenv<\/code> and <code class=\"\" data-line=\"\">venv<\/code>.<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"5661\" data-end=\"5767\">But don\u2019t worry\u2014after a few tries, creating virtual environment Python will feel like second nature.<\/p>\n<p data-start=\"5661\" data-end=\"5767\"><a class=\"decorated-link cursor-pointer\" href=\"https:\/\/docs.python.org\/3\/library\/venv.html\" target=\"_new\" rel=\"noopener\" data-start=\"5861\" data-end=\"5936\">Official Python Docs on venv<\/a> \u2013 a must-read for understanding the core concept.<\/p>\n<h2 data-start=\"6320\" data-end=\"6342\">Final Thoughts<\/h2>\n<p data-start=\"6344\" data-end=\"6475\">If you take one thing away from this article, let it be this:<br data-start=\"6405\" data-end=\"6408\" \/>Always use a virtual environment for every Python project.<\/p>\n<p data-start=\"6477\" data-end=\"6663\">It might seem like an extra step at first, but it\u2019ll save you <em data-start=\"6539\" data-end=\"6546\">hours<\/em> of debugging later.<br data-start=\"6566\" data-end=\"6569\" \/>Once you get comfortable with creating virtual environment Python, you\u2019ll never go back.<\/p>\n<p data-start=\"6665\" data-end=\"6747\">So go ahead\u2014create one right now, play around, and experience the difference.<\/p>\n<p data-start=\"6665\" data-end=\"6747\">Kaashiv Infotech Offers,\u00a0<a href=\"https:\/\/www.kaashivinfotech.com\/python-full-stack-development-course-in-chennai\/\">Full Stack Python Course<\/a>,\u00a0<a href=\"https:\/\/www.kaashivinfotech.com\/python-course\/\">Python Course<\/a>,\u00a0<a href=\"https:\/\/internship.kaashivinfotech.com\/python-internship\/\">Python Internship<\/a>\u00a0&amp; More, Visit Our Website\u00a0<a href=\"https:\/\/www.kaashivinfotech.com\/\">www.kaashivinfotech.com<\/a>.<\/p>\n<h2 data-start=\"6665\" data-end=\"6747\">Related Reads:<\/h2>\n<ul>\n<li>\n<p class=\"entry-title\"><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/master-python-conditional-operators\/\">Python Ternary Operator \u2013 The Simple Trick to Master Python Conditional Operators Fast!<\/a><\/p>\n<\/li>\n<li>\n<p class=\"entry-title\"><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/learning-fibonacci-coding-python-7\/\">Learning Fibonacci Sequence in Python: 7 Simple Tricks<\/a><\/p>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Creating virtual environment Python &#8211; You know that moment when you\u2019re working on multiple Python projects, and suddenly one project breaks because another updated a package? Yeah, I\u2019ve been there too.\u00a0That\u2019s exactly why I started using virtual environments\u2014and honestly, it was one of the best coding decisions I ever made. So, in this blog, I\u2019m [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":17377,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2499,3236],"tags":[10033,10028,10030,10031,10035,10032,10034,10029],"class_list":["post-17367","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-python","tag-activate-venv","tag-activate-virtual-environment-python","tag-activate-virtual-environment-python-windows","tag-create-virtual-environment-python-windows","tag-create-virtual-environment-python-windows-11","tag-how-to-create-virtual-environment-in-python","tag-how-to-install-virtual-environment-in-python","tag-list-all-virtual-environments-python-windows"],"_links":{"self":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/17367","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/comments?post=17367"}],"version-history":[{"count":0,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/17367\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media\/17377"}],"wp:attachment":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media?parent=17367"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/categories?post=17367"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/tags?post=17367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}