Confirmed users
514
edits
m (removed ticks) |
m (add information about fixing MozPhab installed in a not used dir) |
||
Line 211: | Line 211: | ||
Some shells cache called executables location. The last Python2 release removes itself after a successful installation of the package from PyPI. Since the original file has been removed a non-existing location might be called. | Some shells cache called executables location. The last Python2 release removes itself after a successful installation of the package from PyPI. Since the original file has been removed a non-existing location might be called. | ||
In <code>bash</code> one rebuilds the cache by calling <code>hash -r</code>. | In <code>bash</code> one rebuilds the cache by calling <code>hash -r</code>. | ||
It might also happen that <code>moz-phab</code> script was installed into a directory which is not mentioned in `PATH` variable. To check the directory run <code>pip3 show MozPhab -f</code> | |||
== Lando == | == Lando == |