Gustavo Duartegduarte.hashnode.dev·Nov 13, 2024Como Transformar WSL2 no Seu Ambiente Ideal de DesenvolvimentoIntrodução Imagino que já conhece o Windows Subsystem for Linux 2 (WSL2), a versão aprimorada do WSL e que está buscando uma forma legal de configurá-lo para desenvolvimento. Pois bem, é para isso que esse artigo foi escrito. Caso não esteja com o WS...DiscussWSL
Shivanshu Semwaltotoro.hashnode.dev·Oct 30, 2024Understanding Conda: Your Guide to Virtual Environment ManagementAnaconda Distribution is a free Python/R data science distribution. It contains: conda - a package and environment manager for your command line interface. conda is also written in python and is a python package. Anaconda Navigator - a desktop appli...DiscussConda
Antonhummingbird.hashnode.dev·Oct 4, 2024Hybrid Local/Cloud-VM Setups & Solutions for Resource Intensive Python ProjectsUnrooted Android Local Termux Linux Userland PRoot Container of Debian GNU/Linux & Oracle Cloud VM of Debian GNU /Linux Setting up a hybrid environment that allows your unrooted local Debian PRoot on Termux to interact seamlessly with a cloud virtual...Discussdebian
Raul Mercadoraulmercado.pe·Aug 13, 2024Cómo preparar tu máquina para proyectos de ciencia de datos.Cuando queremos aprender ciencia de datos y machine learning, lo primero que necesitamos es configurar nuestra laptop. Si no quieres pasar por todo ese proceso, lo más fácil es ir a Google Colab y empezar a crear tus primeros notebooks desde el prime...DiscussData Science
Niladri Dasniladridas.hashnode.dev·Aug 5, 2024How to Use Rosetta 2 and Native ARM64 for Virtual Environments on Apple SiliconHey there, fellow data scientists! Are you excited to dive into the world of Apple Silicon, but unsure about how to set up your development environment? Look no further! In this post, we'll walk you through the process of creating and activating virt...DiscussM1 Chip
みこ日暮里miconippori.hashnode.dev·Jun 28, 2024M1 Mac に miniconda3 をインストールする方法通常であれば brew を用いて brew install --cask miniconda で問題ないと思う。 しかし、 /usr/local/Caskroom/ に、miniconda が表示されていない。つまり、インストールができていなかった。そんな時の方法。 Quick command line install 公式ページの下部にある「Quick command line install」を利用する。 mkdir -p ~/miniconda3 curlhttps://repo.an...DiscussConda
Shuraim Shafiulla Bshuraimi.hashnode.dev·May 14, 2024Creating a Conda environmentIn the previous blog, I explained the Introduction to Machine Learning and this includes all I learned in the first couple of sections of the ZTM ML course. In this blog, I'll explain how to create an environment where we can build out projects using...DiscussConda
Marydev08.hashnode.dev·Mar 30, 2024How I loaded caching_sha2_password mysql plugin on Condaproblem I had to connect to MySQL with caching_sha2_password plugin on Django and Flask. Those were installed on Conda. But when it was being connected I got this error:2059, "Authentication plugin 'caching_sha2_password' cannot be loaded: miniconda3...Discuss·1 like·28 readscaching_sha2_password
Jia-Jia Zhuzhusonfirst.hashnode.dev·Mar 5, 2024Setting Up for Fast.ai Deep Learning!UPDATE: i'm now publishing here Introduction In Python data science and machine learning, package and environment management systems are indispensable. Conda, initially birthed by Anaconda, is an open-source manager for packages and environments. It...Discuss·78 readsDeep Learning with Fast.aiMachine Learning
Marcia Crippsmarciac95.hashnode.dev·Feb 28, 2024Escaping the Caret (^) Character in Conda Environment VariablesEscaping the Caret (^) Character in Conda Environment Variables The other day I found myself trying to set a conda environmental variable with a caret (^) in it and found myself frustrated. I tried what I thought would work using “ “ and ‘ ‘ and % to...Discusscondaenvironments