Back to Browse

9. Install WSL 2 in Windows 11 for Python Coding with VS Code

2.0K views
Aug 2, 2025
15:02

Hi Everyone, I'm excited to announce my latest *Udemy* course available at ONLY 399INR/$9.99USD: Learn to build advanced production-ready Deep Agentic RAG systems. πŸͺœ*Advanced RAG: Build & Deploy Production GenAI Apps* *Check it out* πŸ‘‰ https://kgptalkie.com/advanced-rag/ πŸ€– *Build and Deploy AI Agents with Gemini and Langchain* *Check it out* πŸ‘‰ https://kgptalkie.com/ai-agent-projects πŸ”₯ *Agentic AI: Private Agentic RAG with LangGraph v1 & Ollama* *Check it out* πŸ‘‰ https://kgptalkie.com/agentic-rag βš™οΈ*Deep Agent: Multi Agent RAG with Gemini and Langchain* *Check it out* πŸ‘‰ https://kgptalkie.com/deep-agent ------------------------------------ Learn how to set up Anaconda with Python inside WSL and use it directly in VS Code β€” without opening from the WSL terminal. Perfect for smooth Python coding with Jupyter on Windows! πŸ’» Commands # Install WSL with Ubuntu wsl --install -d Ubuntu wsl --set-default Ubuntu # Update Ubuntu sudo apt update && sudo apt upgrade -y # Download and install Anaconda cd ~ wget https://repo.anaconda.com/archive/Anaconda3-2025.06-0-Linux-x86_64.sh bash Anaconda3-2025.06-0-Linux-x86_64.sh # Activate conda (used this manually) ~/anaconda3/bin/conda init bash source ~/.bashrc # Use base environment (no new env created) conda activate base # Install Jupyter in base conda install notebook ipykernel -y πŸ”Š Watch till last for a detailed description πŸ“š Learn More with My Udemy Courses πŸš€ Agentic RAG with LangChain & LangGraph https://www.udemy.com/course/agentic-rag-with-langchain-and-langgraph/?referralCode=C0BCC208F53AF2C98AC5 🧠 LangGraph with Ollama https://www.udemy.com/course/langgraph-with-ollama/?referralCode=B646DCB44A189BEBC20C ⚑ Ollama and LangChain https://www.udemy.com/course/ollama-and-langchain/?referralCode=7F4C0C7B8CF223BA9327 πŸ”§ Fine-Tuning LLM with Hugging Face Transformers https://www.udemy.com/course/fine-tuning-llm-with-hugging-face-transformers/?referralCode=6DEB3BE17C2644422D8E πŸ“– NLP with BERT in Python https://www.udemy.com/course/nlp-with-bert-in-python/?referralCode=063516494616C76907CD 🌐 Connect with Me Website & Blogs: https://kgptalkie.com LinkedIn: https://linkedin.com/in/laxmimerit GitHub: https://github.com/laxmimerit Twitter (X): https://twitter.com/laxmimerit πŸ“Œ Support the Channel πŸ‘ Like the video if it helps you πŸ’¬ Comment your doubts & feedback πŸ”” Subscribe for free weekly AI & Data Science content #DataScience #MachineLearning #LangChain #LangGraph #Ollama #Python #AI #DeepLearning #NLP #GenerativeAI #LLM #HuggingFace #BERT

Download

1 formats

Video Formats

360pmp413.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

9. Install WSL 2 in Windows 11 for Python Coding with VS Code | NatokHD