Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9216859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:30:27+00:00 2026-06-18T02:30:27+00:00

I am trying to install python-scitools via ‘sudo apt-get install python-scitools’. It gives the

  • 0

I am trying to install python-scitools via ‘sudo apt-get install python-scitools’.
It gives the following output

The following extra packages will be installed:
python-matplotlib
Suggested packages:
python-excelerator python-matplotlib-doc python-traits python-wxgtk2.8octave
The following NEW packages will be installed:
python-matplotlib python-scitools
0 upgraded, 2 newly installed, 0 to remove and 203 not upgraded.
Need to get 0 B/2,596 kB of archives.
After this operation, 9,250 kB of additional disk space will be used.
Do you want to continue [Y/n]? 

The point is that I already installed python-matplotlib manually (because I needed latest version 1.2.0).

If I tipe ‘matplotlib.path‘ in ipython, it returns

['/usr/local/lib/python2.7/dist-packages/matplotlib']

My question is, How can I tell the system, matplotlib is installed?

As you guessed, I am amateur with this things.

thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T02:30:28+00:00Added an answer on June 18, 2026 at 2:30 am

    Installing stuff by hand vs installing via package manager do not play nice together. You can always build what ever you want on top of the packages, but you can not (easily) go the other way.

    The dependency check that apt is doing are against it’s internal database, and it rightly thinks that matplotlib is not installed. This is a feature, not a bug, as it allows the packaging system to very quickly determine if the dependencies are installed. You can probably build your own .deb to install, but that can be a bit of a hassle (as it involves understanding the debian build system).

    You might be able to install the packaged version and just make sure your hand installed version is higher is PYTHONPATH than the system one. It wastes a bit of hdd space, but meh.
    (you can set the location of the install path via setupy.py install --prefix=/path/to/where/ever).

    PYTHONPATH is an enviromental variable so you can set it using a whole slew of methods.

    PYTHONPATH=/your/path:$PYTHONPATH ipython
    

    will set the variable for just one process. You can also add

    PYTHONPATH=/your/path:$PYTHONPATH
    export PYTHONPATH
    

    to your .bashrc (or .bash_profile, I always get the role of those two mixed up) which will get run every time you start a shell.

    If that does not work, you probably need to use the packaged version of matplotlib (which may require deleting your current installation of it), or installing everything you want, which depends on matplotlib, by hand.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to install kivy , in the docs it says: $ sudo apt-get
I'm trying to install lxml for python on OS X 10.6.8 I ran sudo
Trying to install mysql-python. Got following error. Got mysql and pythond already installed. Any
I was trying to install Python packages a system I recently gained access to.
I was trying to install the following python wrapper for Amazons product api: http://pypi.python.org/pypi/python-amazon-product-api/0.2.5a1
I'm trying to get a Python package to install to my home directory because
I am trying to install the basic ldap python module under cygwin. The following
Here tis the error I get while trying to install MySQL-python-1.2.3. any idea's? Traceback
trying to install gdata python library client,receiving following errors: running install running build running
I am trying to install python-selenium bindings by seeing here When i am trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.