ubuntu - Phantom Mercurial, How to remove? -


i'm trying install tortoisehg on ubuntu 14.04. went fine, trying open complains having unsuported mercurial version (3.4.1). removed via:

  • sudo apt-get remove mercurial
  • sudo apt-get purge mercurial
  • sudo dpkg -r mercurial
  • sudo dpkg --purge mercurial

it comes out successful, if try:

hg --version 

i get:

mercurial distributed scm (version 3.4.1) (see http://mercurial.selenic.com more information)  copyright (c) 2005-2015 matt mackall , others free software; see source copying conditions. there no warranty; not merchantability or fitness particular purpose. 

any other ideas? tortoisehg needs 3.1.x or 3.0.x.

you can find out in path application exists using type command (when using bash):

ry4an@four:~$ type -a hg hg /usr/local/bin/hg 

it's possible installed python package in case command be:

pip uninstall mercurial 

but might easier/safer install version supported somewhere comes earlier in path tortoise find one.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -