Any advice for a Linux distribution for Python and data science applications?
#10
For my setup, I have this working well:

1. Python 3.8 - default install that comes with Manjaro
2. pip - sudo pacman -Syu python-pip
3. Pandas - installed via sudo pacman -Syu python-pandas
4. Numpy - comes installed with Pandas as requirement
5. Virtualenv - sudo pacman -Syu python-virtualenv

Then I create a virtual environment with flag --system-site-packages so that I have access to pandas and numpy. installed in the global Python installation dir.
Within that virtual env, I pip install jupyter lab and other pypi packages that I need for API calls etc. Works  great so far for light, initial data exploration (I haven't taken it further -- large datasets in the 1M records mark)


[Image: hGb9xWq.png]


Messages In This Thread
RE: Any advice for a Linux distribution for Python and data science applications? - by lemaurien19 - 06-21-2020, 02:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Attempting to install Void Linux, boots into a black screen 9a3eedi 0 361 02-18-2024, 08:54 AM
Last Post: 9a3eedi
  Would a Pinebook Pro be good for a Linux newbie? cassado10 6 1,519 08-08-2023, 04:58 AM
Last Post: moobythegoldensock
  Kali Linux for Pinebook Pro - stuck on the login screen owaspfap 0 673 07-13-2023, 05:21 PM
Last Post: owaspfap
  Kali Linux for Pinebook Pro Luke 100 160,756 05-03-2023, 06:10 AM
Last Post: dachalife
  With the help of a friend, I installed a beautiful deep os distribution, but I won't wangyukunshan 0 617 03-03-2023, 10:56 PM
Last Post: wangyukunshan
  DiY - Installing Void Linux ARM On The Pinebook Pro vincele 1 1,214 11-28-2022, 05:03 PM
Last Post: tllim
  Arch Linux ARM root filesystem SKiljan 24 21,031 09-24-2022, 03:11 AM
Last Post: alexandre
Information Install Void Linux with near-full-disk encryption dumetrulo 3 3,132 09-05-2022, 12:00 PM
Last Post: petersen77
  Help with Kali Linux wifi not working but works with Manjaro PineSupporter 2 2,423 08-25-2022, 02:15 PM
Last Post: Niko
  Problems installing/ booting a different Linux on PinebookPro v-man 3 3,108 03-22-2022, 06:37 PM
Last Post: pentamassiv

Forum Jump:


Users browsing this thread: 1 Guest(s)