Created
August 1, 2018 03:59
-
-
Save MaxGhenis/d7846976254f2e1b63dda9769ac36606 to your computer and use it in GitHub Desktop.
Get tmux running after uninstalling conda version and installing apt-get version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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