- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I wish to use Intel's python distribution for work. But I wanted to remove all unnecessary applications (packages). Is there any any python distribution (along with numpy) available ? Because numpy is enough for my application.
Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kapil,
I would suggest creating a conda environment with just Intel's python and numpy. You will need Miniconda installed to manage environments. Then you can create a minimal environment as follows:
conda create -n ip -c intel numpy source activate ip
This creates an environment named "ip" with Intel's numpy and its dependencies, then activates that environment, making it ready for use.
You can read more about using conda environments with Intel's Python distribution here.
Chris
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page