Python Forum
Installing python packages in a virtual environment
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing python packages in a virtual environment
#1
I will ask question again since I did not see it post.

1. I create a virtual environment.

2. I installed some packages by command line. pip install python 3.7

3. I then install jupyter notebook in same virtual environment.

4.I bring up the virtual environment.

5. Should those command line installed packages be in my Jupyter notebook install?

Led_Zeppelin
Reply
#2
1. Create virtual environment
2. ACTIVATE VIRTUAL ENVIRONMENT
3. INSTALL PACKAGES IN VIRTUAL ENVIRONMENT USING pip install package

If you don't activate the virtual environment, packages will not install in the virtual environment.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Venv - Python Virtual Environment on Raspberry Pi DanneA 4 1,869 Jul-02-2025, 05:41 PM
Last Post: Larz60+
  Start Idle in a virtual environment Pedroski55 8 4,351 Jun-02-2025, 05:53 AM
Last Post: Pedroski55
  Python automation: Sending clicks/keys to VMware virtual machine from host olips784 0 1,327 May-18-2025, 06:28 PM
Last Post: olips784
  Python use of virtual environments bre67e49 4 1,790 Feb-19-2025, 04:01 AM
Last Post: Sece1967
  I cannot create a virtual environment on visual studio code using python Willem_Aucamp316 2 13,073 Nov-27-2024, 02:20 PM
Last Post: menator01
  Shrink Python installation? Extract site-packages from .zip only on demand? pstein 4 4,334 Oct-28-2024, 04:29 PM
Last Post: snippsat
  How to enable Matplotlib within virtual environment? tetris_theMovie 1 2,063 Oct-11-2024, 09:56 AM
Last Post: christie2
  Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules. DivyaKumar 3 9,718 Oct-01-2024, 03:32 PM
Last Post: Alex_Kirpichny
  Need help setting up trusted root ca in virtual environment dstempfley 0 1,934 May-31-2024, 03:14 PM
Last Post: dstempfley
  Help with creating folder and "virtual environment" AudunNilsen 1 1,632 Mar-21-2024, 04:41 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020