Skip to content

Instantly share code, notes, and snippets.

@MaxGhenis
Created August 1, 2018 03:59
Show Gist options
  • Save MaxGhenis/d7846976254f2e1b63dda9769ac36606 to your computer and use it in GitHub Desktop.
Save MaxGhenis/d7846976254f2e1b63dda9769ac36606 to your computer and use it in GitHub Desktop.
Get tmux running after uninstalling conda version and installing apt-get version
(xenial)maxghenis@localhost:~$ which tmux
/usr/bin/tmux
(xenial)maxghenis@localhost:~$ /usr/bin/tmux # This works to open tmux.
[exited]
(xenial)maxghenis@localhost:~$ tmux
-su: /home/maxghenis/miniconda3/bin/tmux: No such file or directory
(xenial)maxghenis@localhost:~$ echo $PATH
/home/maxghenis/bin:/home/maxghenis/.local/bin:/home/maxghenis/miniconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
(xenial)maxghenis@localhost:~$ PATH=/usr/bin:$PATH
(xenial)maxghenis@localhost:~$ tmux # This now works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment