Skip to content

nbdev3 cli is not recognized #1566

@yasirroni

Description

@yasirroni

See attached terminal on installing nbdev 3.0 and nbdev 2.4,

(env) user nbdevblack % pip install nbdev==3.0.8
Collecting nbdev==3.0.8
  Using cached nbdev-3.0.8-py3-none-any.whl.metadata (11 kB)
Requirement already satisfied: fastcore>=1.12.3 in ./env/lib/python3.14/site-packages (from nbdev==3.0.8) (1.12.11)
...
Installing collected packages: nbdev
  Attempting uninstall: nbdev
    Found existing installation: nbdev 2.4.14
    Uninstalling nbdev-2.4.14:
      Successfully uninstalled nbdev-2.4.14
Successfully installed nbdev-3.0.8
(env) user nbdevblack % which nbdev_clean                                                 
nbdev_clean not found
(env) user nbdevblack % pip install nbdev==2.4.14                                         
Collecting nbdev==2.4.14
  Using cached nbdev-2.4.14-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: packaging in ./env/lib/python3.14/site-packages (from nbdev==2.4.14) (26.0)
...
Installing collected packages: nbdev
  Attempting uninstall: nbdev
    Found existing installation: nbdev 3.0.8
    Uninstalling nbdev-3.0.8:
      Successfully uninstalled nbdev-3.0.8
Successfully installed nbdev-2.4.14
(env) user nbdevblack % which nbdev_clean        
/Users/myasirroni/Documents/Git/nbdevblack/env/bin/nbdev_clean

which nbdev_clean should be recognised by the new install.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions