#19119: Use PKG-clean target to implement sage -f PKG
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  build              |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/ticket/19119            |  752e269ffb0f5417353815af6cb593a461b135e4
   Dependencies:  #19116             |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jhpalmieri):

 If I run `sage -i python` or `sage -f python`, I get
 {{{
 Error: package 'python' not found
 Assuming it is an old-style package... (this is deprecated: use -p instead
 of -i to install old-style packages)

 Attempting to download package python
 Error: could not find a package matching python
        Try 'sage --package list' to see the available packages
        Did you mean: cython, ipython, python2, python3, patch?
 }}}
 If I run `make python`, I get
 {{{
 make[1]: *** No rule to make target `python'.  Stop.
 }}}
 This is despite the line
 {{{
 PYTHON = $(PYTHON2)
 }}}
 in `build/make/Makefile`.

--
Ticket URL: <http://trac.sagemath.org/ticket/19119#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to