{"id":110,"date":"2019-02-03T09:39:43","date_gmt":"2019-02-03T08:39:43","guid":{"rendered":"http:\/\/www.nicedata.fr\/?p=110"},"modified":"2022-08-21T21:44:40","modified_gmt":"2022-08-21T19:44:40","slug":"conda-managing-python-env","status":"publish","type":"post","link":"https:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/","title":{"rendered":"CONDA &#8211; managing python env"},"content":{"rendered":"\n<p>Nowadays, when starting development, there is a lot of discussion around tooling, environments and managing all of it. Previously I was working with a standard python installer or a full anaconda installation. Things mainly worked but I was not comfortable using all of it.<\/p>\n\n\n\n<p>One of my colleagues, told me to give a try on <a href=\"https:\/\/conda.io\">conda<\/a>. I won&rsquo;t get deep in what is it, how it&rsquo;s built because my only concern is being able to work easily with python for different projects.<\/p>\n\n\n\n<p>As far as I understood, conda is like a minimal version of anaconda, just the \u00ab\u00a0core\u00a0\u00bb of it. The advantage is that by using only conda I&rsquo;ll be able to build my environment the way I want without \u00ab\u00a0broking\u00a0\u00bb something on my computer. Also conda is a cross platform so I&rsquo;ll be able to use it on my work computer on windows and my personal one on mac the same way. For the installation, the best way is to go to the official documentation to get it working on your specific platform.<\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_81 ez-toc-wrap-center counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Sommaire<\/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:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#Lets_the_magic_happen_on_the_env\" >Let&rsquo;s the magic happen on the env<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#What_is_an_env\" >What is an env?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#Creating_an_env\" >Creating an env<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#Using_an_env_%E2%80%93_activating\" >Using an env &#8211; activating<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#Exiting_an_env\" >Exiting an env<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#Get_rid_of_an_env\" >Get rid of an env?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#Considerations\" >Considerations<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Lets_the_magic_happen_on_the_env\"><\/span>Let&rsquo;s the magic happen on the env<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The main argument for using conda was the use of \u00ab\u00a0<a href=\"https:\/\/docs.conda.io\/projects\/conda\/en\/latest\/user-guide\/concepts\/environments.html\">conda environements<\/a>\u00a0\u00bb this is the thing I&rsquo;ll use to separate my works and be sure that all the libraries won&rsquo;t overlap and the abilities of using different version of the same library or event python.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_is_an_env\"><\/span>What is an env?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The conda environment is \u00ab\u00a0just\u00a0\u00bb a directory somewhere on your computer where we store all our libraries including python itself. When installing, conda create a \u00ab\u00a0base\u00a0\u00bb environment which is not supposed to be widely used except maybe for core tooling. In my case I&rsquo;ll probably wont use it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Creating_an_env\"><\/span>Creating an env<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Nothing is simpler than creating an env with conda. you just type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>conda create --name msgraph-env python=3.8<\/code><\/pre>\n\n\n\n<p>I think the command speaks for itself, it will create an env called \u00ab\u00a0MsGraphEnv\u00a0\u00bb using python version 3.8. Without other arguments, it will create the environment in the default location which is on the Miniconda3 installation folder. This can be overridden using -p flag but I found it convenient to put all my env at the same place and not spread them in each of your code directory. One disadvantage is that you can&rsquo;t use the same name like \u00ab\u00a0test\u00a0\u00bb for every project.<\/p>\n\n\n\n<p>The location and naming convention is your call but using VSCode as my main ide I prefer configuring everything in VSCode to plug my specific conda env to a specific VSCode workspace.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Using_an_env_%E2%80%93_activating\"><\/span>Using an env &#8211; activating<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In conda even if you as a developer will \u00ab\u00a0use\u00a0\u00bb a specific env we first need to tell conda to use a specific one this action is called \u00ab\u00a0activating\u00a0\u00bb an env which will then be used until further notification.<\/p>\n\n\n\n<p>Here is different options whether you use your favorite ide or the command line. The easiest way is to just use your command line and type<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>conda activate msgraph-env<\/code><\/pre>\n\n\n\n<p>Pretty straightforward you just type the \u00ab\u00a0conda activate\u00a0\u00bb command followed by the name of the env you want to activate.<\/p>\n\n\n\n<p>While using VSCode the python extension let you choose env using a list of your python interpreter include your envs.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"466\" height=\"301\" src=\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/image-27.png?resize=466%2C301\" alt=\"\" class=\"wp-image-111\" srcset=\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/image-27.png?w=466&amp;ssl=1 466w, https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/image-27.png?resize=300%2C194&amp;ssl=1 300w\" sizes=\"auto, (max-width: 466px) 100vw, 466px\" \/><figcaption>Choosing your python interpreter in VSCode<\/figcaption><\/figure>\n\n\n\n<p>When inside an env, your prompt will be updated to let you know in which env you are working:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"369\" height=\"18\" src=\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/image-28.png?resize=369%2C18\" alt=\"\" class=\"wp-image-112\" srcset=\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/image-28.png?w=369&amp;ssl=1 369w, https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/image-28.png?resize=300%2C15&amp;ssl=1 300w\" sizes=\"auto, (max-width: 369px) 100vw, 369px\" \/><figcaption>prompt updated to reflect your actual conda env<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Exiting_an_env\"><\/span>Exiting an env<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Well, there is nothing strange here, you just have to ask for it.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>conda deactivate<\/code><\/pre>\n\n\n\n<p>This command will deactivate the current environment.<\/p>\n\n\n\n<p>Not sure wich to activate?<\/p>\n\n\n\n<p>By the time you will work with env you&rsquo;ll get to the point where you will need to check your existing env to select which one to activate. And well there is a command for that:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>conda env list<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"274\" height=\"101\" src=\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/image-29.png?resize=274%2C101\" alt=\"\" class=\"wp-image-113\"\/><figcaption>listing all your env<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Get_rid_of_an_env\"><\/span>Get rid of an env?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Sometimes it&rsquo;s nice to clean all your mess so even if creating an environment is nice to package and make clean separation of all your lib, you will soon get messy with all your env. It&rsquo;s probably a good practice to remove the envs you\u2019re not using anymore or where just for testing purpose. Anyway it&rsquo;s so easy to recreate it that it&rsquo;s not a big deal and help get things cleaner.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>conda env remove -n msgraph-env<\/code><\/pre>\n\n\n\n<p>Quite simple calling \u00ab\u00a0conda env remove\u00a0\u00bb using the -n flag to pass the name of the env you want to permanently delete.<\/p>\n\n\n\n<p><strong>Warning: <\/strong>removing an env is different than deactivating it. After removing the env you will no longer be able to activate it again. If you remove it by mistake, there is no other choice than recreating it with the exam same parameters and reinstalling all the specific libraries that were installed on it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Considerations\"><\/span>Considerations<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>You may think that it&rsquo;s really cool to activate, deactivate and get fancy prefix to your prompt but what for ? Mainly it&rsquo;s to be able to test new python or library version quite easily without touching your code (except maybe a specific requirement.txt).<\/p>\n\n\n\n<p>Conda is a complete tools with lot&rsquo;s of feature that i wont use for now so i didn&rsquo;t whant to be \u00ab\u00a0anoyed\u00a0\u00bb by it when openning a command prompt for anything so i disabled the automatic activation of the base environement with this specific command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>conda config --set auto_activate_base false<\/code><\/pre>\n\n\n\n<p>I developed the first iteration of MsGraphExtract using the latest python version ie: Python 3.9 but then by adding a library and other stuff i had to test it using python 3.8 &#8230; easy peasy i just created a new env, run my pip install and that&rsquo;s it !<\/p>\n\n\n\n<p>It&rsquo;s maybe not much and it&rsquo;s maybe overkill to use conda just for this but for now it works and I didn&rsquo;t confuse everything on my laptop while using lots of different versions of everything !<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Nowadays, when starting development, there is a lot of discussion around tooling, environments and managing all of it. Previously I was working with a standard python installer or a full anaconda installation. Things mainly worked but I was not comfortable using all of it. One of my colleagues, told me to give a try on [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":115,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-110","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-experiences"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CONDA - managing python env - NiceData<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CONDA - managing python env - NiceData\" \/>\n<meta property=\"og:description\" content=\"Nowadays, when starting development, there is a lot of discussion around tooling, environments and managing all of it. Previously I was working with a standard python installer or a full anaconda installation. Things mainly worked but I was not comfortable using all of it. One of my colleagues, told me to give a try on [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/\" \/>\n<meta property=\"og:site_name\" content=\"NiceData\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-03T08:39:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-21T19:44:40+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"402\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jean-Laurent Ferralis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@JLFerralis\" \/>\n<meta name=\"twitter:site\" content=\"@JLFerralis\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jean-Laurent Ferralis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/\"},\"author\":{\"name\":\"Jean-Laurent Ferralis\",\"@id\":\"https:\/\/www.nicedata.fr\/#\/schema\/person\/8d1ad38004d3b0cf6bff7c200c795e19\"},\"headline\":\"CONDA &#8211; managing python env\",\"datePublished\":\"2019-02-03T08:39:43+00:00\",\"dateModified\":\"2022-08-21T19:44:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/\"},\"wordCount\":968,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.nicedata.fr\/#organization\"},\"image\":{\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1\",\"articleSection\":[\"Exp\u00e9riences\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/\",\"url\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/\",\"name\":\"CONDA - managing python env - NiceData\",\"isPartOf\":{\"@id\":\"https:\/\/www.nicedata.fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1\",\"datePublished\":\"2019-02-03T08:39:43+00:00\",\"dateModified\":\"2022-08-21T19:44:40+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1\",\"width\":1000,\"height\":402,\"caption\":\"conda logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.nicedata.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CONDA &#8211; managing python env\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.nicedata.fr\/#website\",\"url\":\"https:\/\/www.nicedata.fr\/\",\"name\":\"NiceData\",\"description\":\"L&#039;expertise Data du sud\",\"publisher\":{\"@id\":\"https:\/\/www.nicedata.fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.nicedata.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.nicedata.fr\/#organization\",\"name\":\"NiceData\",\"url\":\"https:\/\/www.nicedata.fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.nicedata.fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2024\/11\/NICE-DATA_JLFMod.webp?fit=2493%2C1249&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2024\/11\/NICE-DATA_JLFMod.webp?fit=2493%2C1249&ssl=1\",\"width\":2493,\"height\":1249,\"caption\":\"NiceData\"},\"image\":{\"@id\":\"https:\/\/www.nicedata.fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/JLFerralis\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.nicedata.fr\/#\/schema\/person\/8d1ad38004d3b0cf6bff7c200c795e19\",\"name\":\"Jean-Laurent Ferralis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/3cbfdae273d44fb82b902a3451eb0db37485119e34cb70c1fdd186c9b731b9f3?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3cbfdae273d44fb82b902a3451eb0db37485119e34cb70c1fdd186c9b731b9f3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3cbfdae273d44fb82b902a3451eb0db37485119e34cb70c1fdd186c9b731b9f3?s=96&d=mm&r=g\",\"caption\":\"Jean-Laurent Ferralis\"},\"description\":\"French Data Professionnal - BI consultant and #sql lover. I also #swimbikerun when possible ! Living in @villedenice\",\"sameAs\":[\"http:\/\/xp-it.com\"],\"url\":\"https:\/\/www.nicedata.fr\/index.php\/author\/jlf\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CONDA - managing python env - NiceData","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":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/","og_locale":"fr_FR","og_type":"article","og_title":"CONDA - managing python env - NiceData","og_description":"Nowadays, when starting development, there is a lot of discussion around tooling, environments and managing all of it. Previously I was working with a standard python installer or a full anaconda installation. Things mainly worked but I was not comfortable using all of it. One of my colleagues, told me to give a try on [&hellip;]","og_url":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/","og_site_name":"NiceData","article_published_time":"2019-02-03T08:39:43+00:00","article_modified_time":"2022-08-21T19:44:40+00:00","og_image":[{"width":1000,"height":402,"url":"http:\/\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png","type":"image\/png"}],"author":"Jean-Laurent Ferralis","twitter_card":"summary_large_image","twitter_creator":"@JLFerralis","twitter_site":"@JLFerralis","twitter_misc":{"\u00c9crit par":"Jean-Laurent Ferralis","Dur\u00e9e de lecture estim\u00e9e":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#article","isPartOf":{"@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/"},"author":{"name":"Jean-Laurent Ferralis","@id":"https:\/\/www.nicedata.fr\/#\/schema\/person\/8d1ad38004d3b0cf6bff7c200c795e19"},"headline":"CONDA &#8211; managing python env","datePublished":"2019-02-03T08:39:43+00:00","dateModified":"2022-08-21T19:44:40+00:00","mainEntityOfPage":{"@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/"},"wordCount":968,"commentCount":0,"publisher":{"@id":"https:\/\/www.nicedata.fr\/#organization"},"image":{"@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1","articleSection":["Exp\u00e9riences"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/","url":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/","name":"CONDA - managing python env - NiceData","isPartOf":{"@id":"https:\/\/www.nicedata.fr\/#website"},"primaryImageOfPage":{"@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#primaryimage"},"image":{"@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1","datePublished":"2019-02-03T08:39:43+00:00","dateModified":"2022-08-21T19:44:40+00:00","breadcrumb":{"@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#primaryimage","url":"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1","width":1000,"height":402,"caption":"conda logo"},{"@type":"BreadcrumbList","@id":"http:\/\/www.nicedata.fr\/index.php\/2019\/02\/03\/conda-managing-python-env\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.nicedata.fr\/"},{"@type":"ListItem","position":2,"name":"CONDA &#8211; managing python env"}]},{"@type":"WebSite","@id":"https:\/\/www.nicedata.fr\/#website","url":"https:\/\/www.nicedata.fr\/","name":"NiceData","description":"L&#039;expertise Data du sud","publisher":{"@id":"https:\/\/www.nicedata.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.nicedata.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.nicedata.fr\/#organization","name":"NiceData","url":"https:\/\/www.nicedata.fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.nicedata.fr\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2024\/11\/NICE-DATA_JLFMod.webp?fit=2493%2C1249&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2024\/11\/NICE-DATA_JLFMod.webp?fit=2493%2C1249&ssl=1","width":2493,"height":1249,"caption":"NiceData"},"image":{"@id":"https:\/\/www.nicedata.fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/JLFerralis"]},{"@type":"Person","@id":"https:\/\/www.nicedata.fr\/#\/schema\/person\/8d1ad38004d3b0cf6bff7c200c795e19","name":"Jean-Laurent Ferralis","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/3cbfdae273d44fb82b902a3451eb0db37485119e34cb70c1fdd186c9b731b9f3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3cbfdae273d44fb82b902a3451eb0db37485119e34cb70c1fdd186c9b731b9f3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3cbfdae273d44fb82b902a3451eb0db37485119e34cb70c1fdd186c9b731b9f3?s=96&d=mm&r=g","caption":"Jean-Laurent Ferralis"},"description":"French Data Professionnal - BI consultant and #sql lover. I also #swimbikerun when possible ! Living in @villedenice","sameAs":["http:\/\/xp-it.com"],"url":"https:\/\/www.nicedata.fr\/index.php\/author\/jlf\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.nicedata.fr\/wp-content\/uploads\/2022\/08\/Condalogowitebg.png?fit=1000%2C402&ssl=1","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/posts\/110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/comments?post=110"}],"version-history":[{"count":1,"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/posts\/110\/revisions"}],"predecessor-version":[{"id":114,"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/posts\/110\/revisions\/114"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/media\/115"}],"wp:attachment":[{"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/media?parent=110"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/categories?post=110"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.nicedata.fr\/index.php\/wp-json\/wp\/v2\/tags?post=110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}