0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: dpkg needs the package to be installed already.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Attempting to locate the apt-get-installed Python 3.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
NumPy not found by Python. A theory: the apt-get install… numpy installs *another* Python 3 than the one called with the "python" command. Trying to see where the python3 setup through apt-get is.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Investigating the "no NumPy" installed for Python 3 problem.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
python3-numpy gets installed; "nose uncertainties" runs Python 3 but does not find NumPY.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Trying to find a simple way of installing NumPy for Python 3.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Of course, pip fetches the PyPI version and does not use the local version. Trying again the local setup.py, but this time without --user.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Fixed typo. Maybe that's why ruby was run instead of Python.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Travis CI ran "ruby", with the previous version. Trying to recover…
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
A "python setup.py install --user" install does not find the module with "nosetests uncertainties".
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Yet another attempt at testing the Python 3 version when Python 3 is used by Travis (instead of testing the Python 2 version).
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
The Python version test is now in a different Travis section: hopefully this will solve the problem of it not being run, apparently.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Trying to fix the Python 3 test for running 2to3.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Trying to fix incorrect test syntax.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Attempt at having 2to3 run when Python 3+ is selected.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Trying Python 3, now that Python 2 works as expected. A difficulty is getting the Python 3 version built: how to do this depending on the Python version selected through the 'python:' entry?
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Simpler wording.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
pdflatex was found, but "! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not found." Trying to solve this.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
More informed package choice (http://packages.debian.org/search?searchon=contents&keywords=pdflatex).
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Trying yet another Debian package, with the hope of getting pdflatex.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Added Python version printing for making sure that the correct tests are run by Travis CI.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Confirmed: the "deactivate" command replaces the Python interpreter. Removed.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Experimenting with Travis (see comment).
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Experimenting with Travis. Goal: make sure that the right nosetests is used (the one that corresponds to the Python version).
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Trying yet another package for pdflatex. The previous packages were not found.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
tetex-bin seems to be the Debian package that contains pdflatex (http://linux.derkeiler.com/Mailing-Lists/Debian/2006-09/msg00130.html): trying this.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
pdflatex is hopefully in the texlive-latex package.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Putting NUMPY=true first, so that the most common configuration is tested first.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Removing explicit references to python3 and nosetests3 executables, as the python command runs python 3 when Python 3 is selected by the "python:" entry of the Travis configuration file.
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago
Trying to have the Travis Continuous Integration system use setup.py so that Python 3 code is actually run (currently, the Python 2 code is run by Python 3).
lebigot
as Eric O. LEBIGOT (EOL)
More... about 12 years ago