{"id":101712,"date":"2026-01-04T11:17:26","date_gmt":"2026-01-04T05:47:26","guid":{"rendered":"https:\/\/www.seminarsonly.com\/news\/?p=101712"},"modified":"2026-01-04T11:35:21","modified_gmt":"2026-01-04T06:05:21","slug":"how-to-activate-venv-in-vs-code-manual-activation","status":"publish","type":"post","link":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/","title":{"rendered":"How To Activate Venv In VS Code | Manual Activation"},"content":{"rendered":"<h3 data-path-to-node=\"0\"><span style=\"color: #008000;\"><em>The most effective way to activate a virtual environment in VS Code is to tell the editor which Python interpreter to use. This ensures that not only your terminal, but also your <b data-path-to-node=\"0\" data-index-in-node=\"179\">autocomplete (IntelliSense)<\/b> and <b data-path-to-node=\"0\" data-index-in-node=\"211\">debugging tools<\/b> use the correct environment.<\/em><\/span><\/h3>\n<p data-path-to-node=\"1\">Here are the two methods to do this.<\/p>\n<h2 data-path-to-node=\"2\"><span style=\"color: #800000;\">Method 1: The &#8220;VS Code&#8221; Way (Recommended)<\/span><\/h2>\n<p data-path-to-node=\"3\">This method permanently sets the environment for your project. VS Code will automatically activate it every time you open a new terminal.<\/p>\n<ol start=\"1\" data-path-to-node=\"4\">\n<li>\n<p data-path-to-node=\"4,0,0\"><b data-path-to-node=\"4,0,0\" data-index-in-node=\"0\">Open the Command Palette:<\/b><\/p>\n<ul data-path-to-node=\"4,0,1\">\n<li>\n<p data-path-to-node=\"4,0,1,0,0\">Windows\/Linux: <code data-path-to-node=\"4,0,1,0,0\" data-index-in-node=\"15\">Ctrl<\/code> + <code data-path-to-node=\"4,0,1,0,0\" data-index-in-node=\"22\">Shift<\/code> + <code data-path-to-node=\"4,0,1,0,0\" data-index-in-node=\"30\">P<\/code><\/p>\n<\/li>\n<li>\n<p data-path-to-node=\"4,0,1,1,0\">Mac: <code data-path-to-node=\"4,0,1,1,0\" data-index-in-node=\"5\">Cmd<\/code> + <code data-path-to-node=\"4,0,1,1,0\" data-index-in-node=\"11\">Shift<\/code> + <code data-path-to-node=\"4,0,1,1,0\" data-index-in-node=\"19\">P<\/code><\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-path-to-node=\"4,1,0\"><b data-path-to-node=\"4,1,0\" data-index-in-node=\"0\">Type and Select:<\/b> <code data-path-to-node=\"4,1,0\" data-index-in-node=\"17\">Python: Select Interpreter<\/code><\/p>\n<\/li>\n<li>\n<p data-path-to-node=\"4,2,0\"><b data-path-to-node=\"4,2,0\" data-index-in-node=\"0\">Choose your Environment:<\/b> You should see a list of detected environments. Click the one that says <code data-path-to-node=\"4,2,0\" data-index-in-node=\"97\">('venv': venv)<\/code> or points to your specific virtual environment folder.<\/p>\n<ul data-path-to-node=\"4,2,1\">\n<li>\n<p data-path-to-node=\"4,2,1,0,0\"><i data-path-to-node=\"4,2,1,0,0\" data-index-in-node=\"0\">Note: If you don&#8217;t see it, select &#8220;Enter interpreter path&#8221; and browse to your venv folder.<\/i><\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-path-to-node=\"4,3,0\"><b data-path-to-node=\"4,3,0\" data-index-in-node=\"0\">Restart the Terminal:<\/b><\/p>\n<ul data-path-to-node=\"4,3,1\">\n<li>\n<p data-path-to-node=\"4,3,1,0,0\">Kill your current terminal (Trash can icon).<\/p>\n<\/li>\n<li>\n<p data-path-to-node=\"4,3,1,1,0\">Open a new terminal (<code data-path-to-node=\"4,3,1,1,0\" data-index-in-node=\"21\">Ctrl<\/code> + <code data-path-to-node=\"4,3,1,1,0\" data-index-in-node=\"28\">`<\/code>).<\/p>\n<\/li>\n<li>\n<p data-path-to-node=\"4,3,1,2,0\"><b data-path-to-node=\"4,3,1,2,0\" data-index-in-node=\"0\">Success:<\/b> You should see <code data-path-to-node=\"4,3,1,2,0\" data-index-in-node=\"24\">(venv)<\/code> (or your folder name) appear in green\/parentheses at the start of the command prompt.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h3>Also Read : <a href=\"https:\/\/www.seminarsonly.com\/news\/sayad-check-registration-system-for-bank-melli\/\">Sayad Check Registration System for Bank Melli<\/a><\/h3>\n<hr data-path-to-node=\"5\" \/>\n<h2 data-path-to-node=\"6\"><span style=\"color: #800000;\">Method 2: Manual Activation (Terminal Only)<\/span><\/h2>\n<p data-path-to-node=\"7\">If you only want to activate it for the current terminal session without changing VS Code settings, use the command appropriate for your OS.<\/p>\n<p data-path-to-node=\"8\"><i data-path-to-node=\"8\" data-index-in-node=\"0\">Assuming your virtual environment folder is named <code data-path-to-node=\"8\" data-index-in-node=\"50\">venv<\/code>:<\/i><\/p>\n<h3 data-path-to-node=\"9\"><span style=\"color: #000080;\"><b data-path-to-node=\"9\" data-index-in-node=\"0\">Windows (Command Prompt):<\/b><\/span><\/h3>\n<div class=\"code-block ng-tns-c554500580-348 ng-animate-disabled ng-trigger ng-trigger-codeBlockRevealAnimation\" data-hveid=\"0\" data-ved=\"0CAAQhtANahgKEwikqvGY1-mRAxUAAAAAHQAAAAAQnAg\">\n<div class=\"code-block-decoration header-formatted gds-title-s ng-tns-c554500580-348 ng-star-inserted\"><span class=\"ng-tns-c554500580-348\">DOS<\/span><\/div>\n<div class=\"formatted-code-block-internal-container ng-tns-c554500580-348\">\n<div class=\"animated-opacity ng-tns-c554500580-348\">\n<pre class=\"ng-tns-c554500580-348\"><code class=\"code-container formatted ng-tns-c554500580-348\" role=\"text\" data-test-id=\"code-content\">venv\\Scripts\\activate.bat\r\n<\/code><\/pre>\n<\/div>\n<\/div>\n<\/div>\n<h3 data-path-to-node=\"11\"><span style=\"color: #000080;\"><b data-path-to-node=\"11\" data-index-in-node=\"0\">Windows (PowerShell):<\/b><\/span><\/h3>\n<div class=\"code-block ng-tns-c554500580-349 ng-animate-disabled ng-trigger ng-trigger-codeBlockRevealAnimation\" data-hveid=\"0\" data-ved=\"0CAAQhtANahgKEwikqvGY1-mRAxUAAAAAHQAAAAAQnQg\">\n<div class=\"code-block-decoration header-formatted gds-title-s ng-tns-c554500580-349 ng-star-inserted\"><span class=\"ng-tns-c554500580-349\">PowerShell<\/span><\/div>\n<div class=\"formatted-code-block-internal-container ng-tns-c554500580-349\">\n<div class=\"animated-opacity ng-tns-c554500580-349\">\n<pre class=\"ng-tns-c554500580-349\"><code class=\"code-container formatted ng-tns-c554500580-349\" role=\"text\" data-test-id=\"code-content\">.\\venv\\Scripts\\Activate.ps1\r\n<\/code><\/pre>\n<\/div>\n<\/div>\n<\/div>\n<h3 data-path-to-node=\"13\"><span style=\"color: #000080;\"><b data-path-to-node=\"13\" data-index-in-node=\"0\">macOS \/ Linux:<\/b><\/span><\/h3>\n<div class=\"code-block ng-tns-c554500580-350 ng-animate-disabled ng-trigger ng-trigger-codeBlockRevealAnimation\" data-hveid=\"0\" data-ved=\"0CAAQhtANahgKEwikqvGY1-mRAxUAAAAAHQAAAAAQngg\">\n<div class=\"code-block-decoration header-formatted gds-title-s ng-tns-c554500580-350 ng-star-inserted\"><span class=\"ng-tns-c554500580-350\">Bash<\/span><\/div>\n<div class=\"formatted-code-block-internal-container ng-tns-c554500580-350\">\n<div class=\"animated-opacity ng-tns-c554500580-350\">\n<pre class=\"ng-tns-c554500580-350\"><code class=\"code-container formatted ng-tns-c554500580-350\" role=\"text\" data-test-id=\"code-content\"><span class=\"hljs-built_in\">source<\/span> venv\/bin\/activate\r\n<\/code><\/pre>\n<\/div>\n<\/div>\n<\/div>\n<hr data-path-to-node=\"15\" \/>\n<h2 data-path-to-node=\"16\"><span style=\"color: #800000;\">\u26a0\ufe0f Common Troubleshooting (Windows PowerShell)<\/span><\/h2>\n<p data-path-to-node=\"17\">If you try to activate in PowerShell and get an error saying <b data-path-to-node=\"17\" data-index-in-node=\"61\">&#8220;running scripts is disabled on this system,&#8221;<\/b> it is a security restriction.<\/p>\n<p data-path-to-node=\"18\">To fix this temporarily for the current process, run this command first:<\/p>\n<div class=\"code-block ng-tns-c554500580-351 ng-animate-disabled ng-trigger ng-trigger-codeBlockRevealAnimation\" data-hveid=\"0\" data-ved=\"0CAAQhtANahgKEwikqvGY1-mRAxUAAAAAHQAAAAAQnwg\">\n<h3 class=\"code-block-decoration header-formatted gds-title-s ng-tns-c554500580-351 ng-star-inserted\"><span class=\"ng-tns-c554500580-351\" style=\"color: #000080;\">PowerShell<\/span><\/h3>\n<div class=\"formatted-code-block-internal-container ng-tns-c554500580-351\">\n<div class=\"animated-opacity ng-tns-c554500580-351\">\n<pre class=\"ng-tns-c554500580-351\"><code class=\"code-container formatted ng-tns-c554500580-351\" role=\"text\" data-test-id=\"code-content\"><span class=\"hljs-built_in\">Set-ExecutionPolicy<\/span> <span class=\"hljs-literal\">-ExecutionPolicy<\/span> RemoteSigned <span class=\"hljs-literal\">-Scope<\/span> <span class=\"hljs-keyword\">Process<\/span>\r\n<\/code><\/pre>\n<\/div>\n<\/div>\n<\/div>\n<p data-path-to-node=\"20\">Then try the activation command again.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The most effective way to activate a virtual environment in VS Code is to tell the editor which Python interpreter to use. This ensures that not only your terminal, but&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5867],"tags":[],"class_list":["post-101712","post","type-post","status-publish","format-standard","hentry","category-activate"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How To Activate Venv In VS Code | Manual Activation - Seminarsonly.com<\/title>\n<meta name=\"description\" content=\"The most effective way to activate a virtual environment in VS Code is to tell the editor which Python interpreter to use. This ensures that not only your terminal, but also your autocomplete (IntelliSense) and debugging tools use the correct environment.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Activate Venv In VS Code | Manual Activation\" \/>\n<meta property=\"og:description\" content=\"The most effective way to activate a virtual environment in VS Code is to tell the editor which Python interpreter to use. This ensures that not only your terminal, but also your autocomplete (IntelliSense) and debugging tools use the correct environment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/\" \/>\n<meta property=\"og:site_name\" content=\"Seminarsonly.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/seminarsonly\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-04T05:47:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-04T06:05:21+00:00\" \/>\n<meta name=\"author\" content=\"Freddy John\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@seminarsonly\" \/>\n<meta name=\"twitter:site\" content=\"@seminarsonly\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Freddy John\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/\"},\"author\":{\"name\":\"Freddy John\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\"},\"headline\":\"How To Activate Venv In VS Code | Manual Activation\",\"datePublished\":\"2026-01-04T05:47:26+00:00\",\"dateModified\":\"2026-01-04T06:05:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/\"},\"wordCount\":272,\"commentCount\":0,\"articleSection\":[\"activate\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/\",\"url\":\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/\",\"name\":\"How To Activate Venv In VS Code | Manual Activation - Seminarsonly.com\",\"isPartOf\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/#website\"},\"datePublished\":\"2026-01-04T05:47:26+00:00\",\"dateModified\":\"2026-01-04T06:05:21+00:00\",\"author\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\"},\"description\":\"The most effective way to activate a virtual environment in VS Code is to tell the editor which Python interpreter to use. This ensures that not only your terminal, but also your autocomplete (IntelliSense) and debugging tools use the correct environment.\",\"breadcrumb\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seminarsonly.com\/news\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Activate Venv In VS Code | Manual Activation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#website\",\"url\":\"https:\/\/seminarsonly.com\/news\/\",\"name\":\"Seminarsonly.com\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seminarsonly.com\/news\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\",\"name\":\"Freddy John\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"caption\":\"Freddy John\"},\"sameAs\":[\"https:\/\/seminarsonly.com\/news\"],\"url\":\"https:\/\/seminarsonly.com\/news\/author\/anupvnaick_51wq8y4s\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How To Activate Venv In VS Code | Manual Activation - Seminarsonly.com","description":"The most effective way to activate a virtual environment in VS Code is to tell the editor which Python interpreter to use. This ensures that not only your terminal, but also your autocomplete (IntelliSense) and debugging tools use the correct environment.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/","og_locale":"en_US","og_type":"article","og_title":"How To Activate Venv In VS Code | Manual Activation","og_description":"The most effective way to activate a virtual environment in VS Code is to tell the editor which Python interpreter to use. This ensures that not only your terminal, but also your autocomplete (IntelliSense) and debugging tools use the correct environment.","og_url":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/","og_site_name":"Seminarsonly.com","article_publisher":"https:\/\/facebook.com\/seminarsonly","article_published_time":"2026-01-04T05:47:26+00:00","article_modified_time":"2026-01-04T06:05:21+00:00","author":"Freddy John","twitter_card":"summary_large_image","twitter_creator":"@seminarsonly","twitter_site":"@seminarsonly","twitter_misc":{"Written by":"Freddy John","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/#article","isPartOf":{"@id":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/"},"author":{"name":"Freddy John","@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd"},"headline":"How To Activate Venv In VS Code | Manual Activation","datePublished":"2026-01-04T05:47:26+00:00","dateModified":"2026-01-04T06:05:21+00:00","mainEntityOfPage":{"@id":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/"},"wordCount":272,"commentCount":0,"articleSection":["activate"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/","url":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/","name":"How To Activate Venv In VS Code | Manual Activation - Seminarsonly.com","isPartOf":{"@id":"https:\/\/seminarsonly.com\/news\/#website"},"datePublished":"2026-01-04T05:47:26+00:00","dateModified":"2026-01-04T06:05:21+00:00","author":{"@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd"},"description":"The most effective way to activate a virtual environment in VS Code is to tell the editor which Python interpreter to use. This ensures that not only your terminal, but also your autocomplete (IntelliSense) and debugging tools use the correct environment.","breadcrumb":{"@id":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/seminarsonly.com\/news\/how-to-activate-venv-in-vs-code-manual-activation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seminarsonly.com\/news\/"},{"@type":"ListItem","position":2,"name":"How To Activate Venv In VS Code | Manual Activation"}]},{"@type":"WebSite","@id":"https:\/\/seminarsonly.com\/news\/#website","url":"https:\/\/seminarsonly.com\/news\/","name":"Seminarsonly.com","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seminarsonly.com\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd","name":"Freddy John","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","caption":"Freddy John"},"sameAs":["https:\/\/seminarsonly.com\/news"],"url":"https:\/\/seminarsonly.com\/news\/author\/anupvnaick_51wq8y4s\/"}]}},"_links":{"self":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts\/101712","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/comments?post=101712"}],"version-history":[{"count":0,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts\/101712\/revisions"}],"wp:attachment":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/media?parent=101712"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/categories?post=101712"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/tags?post=101712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}