ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | FAIL | download_stamp > now() - 6 MONTH | 8.3 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling |
| Last Crawled | 2025-08-04 06:13:05 (8 months ago) |
| First Indexed | 2021-09-06 10:53:45 (4 years ago) |
| HTTP Status Code | 200 |
| Meta Title | macos - PATH still affected by Anaconda after uninstalling - Super User |
| Meta Description | null |
| Meta Canonical | null |
| Boilerpipe Text | It looks like the leftover PATH entry is coming from your ~/.zshrc file. The entire "conda initialize" section (from # >>> conda initialize >>> to # <<< conda initialize <<< ) should be removed. If that's the only thing in the file, you can just delete the entire file. But if there are other things there you should edit it, and it'd be best to fix its ownership first. Fixing file ownership: You can take ownership of the file with: sudo chown " $UID " ~/.zshrc
...but there might be other files with the same problem, so I'd recommend running ls -l ~ to list all the files in your home folder, and apply that fix to any others that aren't owned by you. For folders, use sudo chown -R "$UID" ~/foldername to get their contents as well. BTW, the ownership problem is likely a result of some installer or setup script running as root (i.e. with sudo ) rather than under your user ID, and therefore creating files owned by root rather than you. Oh, and about that /etc/paths.d/100-rvictl file: it looks like you double-clicked it, which tried to run it as a script, which didn't really work (it's not a script). But from the contents, it's not related and shouldn't be a problem. |
| Markdown | #  **Join Super User**
By clicking “Sign up”, you agree to our [terms of service](https://superuser.com/legal/terms-of-service/public) and acknowledge you have read our [privacy policy](https://superuser.com/legal/privacy-policy).
# OR
Already have an account? [Log in](https://superuser.com/users/login)
[Skip to main content](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling#content)
#### Stack Exchange Network
Stack Exchange network consists of 183 Q\&A communities including [Stack Overflow](https://stackoverflow.com/), the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
[Visit Stack Exchange](https://stackexchange.com/)
1. - [Tour Start here for a quick overview of the site](https://superuser.com/tour)
- [Help Center Detailed answers to any questions you might have](https://superuser.com/help)
- [Meta Discuss the workings and policies of this site](https://meta.superuser.com/)
- [About Us Learn more about Stack Overflow the company, and our products](https://stackoverflow.co/)
2. ### [current community](https://superuser.com/)
- [Super User](https://superuser.com/)
[help](https://superuser.com/help) [chat](https://chat.stackexchange.com/?tab=site&host=superuser.com)
- [Meta Super User](https://meta.superuser.com/)
### your communities
[Sign up](https://superuser.com/users/signup?ssrc=site_switcher&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F1674450%2Fpath-still-affected-by-anaconda-after-uninstalling) or [log in](https://superuser.com/users/login?ssrc=site_switcher&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F1674450%2Fpath-still-affected-by-anaconda-after-uninstalling) to customize your list.
### [more stack exchange communities](https://stackexchange.com/sites)
[company blog](https://stackoverflow.blog/)
3. [Log in](https://superuser.com/users/login?ssrc=head&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F1674450%2Fpath-still-affected-by-anaconda-after-uninstalling)
4. [Sign up](https://superuser.com/users/signup?ssrc=head&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F1674450%2Fpath-still-affected-by-anaconda-after-uninstalling)
Stack Overflow's 2025 Annual Developer Survey is still open — [take the Survey before it closes](https://stackoverflow.az1.qualtrics.com/jfe/form/SV_1MNG2CYTY2AzkAm?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=dev-survey-2025&utm_content=announcement-banner-survey-2)
[](https://superuser.com/)
1. 1. [Home](https://superuser.com/)
2. [Questions](https://superuser.com/questions)
3. [Unanswered](https://superuser.com/unanswered)
4. [Tags](https://superuser.com/tags)
5. [Chat](https://chat.stackexchange.com/rooms/158962/stack-exchange-lobby)
6. [Users](https://superuser.com/users)
7. [Companies](https://stackoverflow.com/jobs/companies?so_medium=superuser&so_source=SiteNav)
2. Teams

Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
[Try Teams for free](https://stackoverflowteams.com/teams/create/free/?utm_medium=referral&utm_source=superuser-community&utm_campaign=side-bar&utm_content=explore-teams) [Explore Teams](https://stackoverflow.co/teams/?utm_medium=referral&utm_source=superuser-community&utm_campaign=side-bar&utm_content=explore-teams)
3. [Teams]()
4. Ask questions, find answers and collaborate at work with Stack Overflow for Teams. [Explore Teams](https://stackoverflow.co/teams/?utm_medium=referral&utm_source=superuser-community&utm_campaign=side-bar&utm_content=explore-teams-compact)
**Teams**
Q\&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[Learn more about Teams](https://stackoverflow.co/teams/)
# 
# Hang on, you can't upvote just yet.
You'll need to complete a few actions and gain 15 reputation points before being able to upvote. **Upvoting** indicates when questions and answers are useful. [What's reputation and how do I get it?](https://stackoverflow.com/help/whats-reputation)
Instead, you can save this post to reference later.
Save this post for later
Not now
# [PATH still affected by Anaconda after uninstalling](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling)
[Ask Question](https://superuser.com/questions/ask)
Asked
3 years, 9 months ago
Modified [3 years, 9 months ago](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling?lastactivity "2021-09-06 18:31:59Z")
Viewed 3k times
This question shows research effort; it is useful and clear
1
Save this question.
Show activity on this post.
When I run echo \$PATH in terminal (macOS), it returns `/opt/anaconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin`. I have uninstalled anaconda and both my opt directory and .bash\_profile are empty. When I run the which python command it returns : `/usr/local/bin/python`. In similar questions the problem is solved by removing the anaconda directory from the PATH environment variable but my `~/.bash_profile` is empty.
Python is running fine in terminal but I'm guessing PATH runs through the empty directories where Anaconda files were located first? I am guessing this is not optimal and can create problems in the future?
**Gordon Davisson's solution:**
I am running zsh. Here's what I found in my z.profile :
```
# Setting PATH for Python 3.9
# The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.9/bin:${PATH}"
export PATH
```
Here's what I found in .zshrc (when I tried to edit it said I "don't own the file" and should duplicate it to edit):
```
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/opt/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/opt/anaconda3/etc/profile.d/conda.sh" ]; then
. "/opt/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/opt/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
```
I wasn't able to locate `~/.zlogin`, `~/.zshenv` or `~/.profile`. But here's what I found in `paths.d` (not sure what the file "100-rvictl" is):
```
Last login: Mon Sep 6 17:21:00 on ttys001
me@mahmouds-mbp-2 ~ % /etc/paths.d/100-rvictl ; exit;
/etc/paths.d/100-rvictl: line 1: /Library/Apple/usr/bin: is a directory
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
```
- [macos](https://superuser.com/questions/tagged/macos "show questions tagged 'macos'")
- [bash](https://superuser.com/questions/tagged/bash "show questions tagged 'bash'")
- [terminal](https://superuser.com/questions/tagged/terminal "show questions tagged 'terminal'")
- [python](https://superuser.com/questions/tagged/python "show questions tagged 'python'")
- [path](https://superuser.com/questions/tagged/path "show questions tagged 'path'")
[Share](https://superuser.com/q/1674450 "Short permalink to this question")
Share a link to this question
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this question](https://superuser.com/posts/1674450/edit)
Follow
Follow this question to receive notifications
[edited Sep 6, 2021 at 15:25](https://superuser.com/posts/1674450/revisions "show all edits to this post")
Mahmoud Hosny
asked Sep 5, 2021 at 17:44
[](https://superuser.com/users/1514458/mahmoud-hosny)
[Mahmoud Hosny](https://superuser.com/users/1514458/mahmoud-hosny)Mahmoud Hosny
1111 silver badge33 bronze badges
3
- What exactly is your question? Why don't you just edit the \$PATH variable to remove the path that no longer eixsts?
– [Ramhound](https://superuser.com/users/83283/ramhound "43,945 reputation")
[Commented Sep 5, 2021 at 18:00](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling#comment2567978_1674450)
- Having nonexistent directories in your `PATH` isn't really a problem, but it might be good to track down where it's coming from anyway. First, are you running bash or zsh? Try `ps $$` to find out. If it's bash, check `~/.bash_login` and `~/.bashrc`. If it's zsh, check `~/.zprofile`, `~/.zlogin`, `~/.zshenv`, and `~/.zshrc`. In either case, check `~/.profile` and also `/etc/paths` and any files in `/etc/paths.d/`.
– [Gordon Davisson](https://superuser.com/users/7778/gordon-davisson "35,997 reputation")
[Commented Sep 5, 2021 at 18:15](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling#comment2567985_1674450)
- @GordonDavisson I have edited my question with the results of what you have advised. Please have a look.
– [Mahmoud Hosny](https://superuser.com/users/1514458/mahmoud-hosny "11 reputation")
[Commented Sep 6, 2021 at 15:26](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling#comment2568263_1674450)
[Add a comment](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling "Use comments to ask for more information or suggest improvements. Avoid answering questions in comments.") \|
## 1 Answer 1
Sorted by:
[Reset to default](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling?answertab=scoredesc#tab-top)
This answer is useful
1
Save this answer.
Show activity on this post.
It looks like the leftover `PATH` entry is coming from your `~/.zshrc` file. The entire "conda initialize" section (from `# >>> conda initialize >>>` to `# <<< conda initialize <<<`) should be removed. If that's the only thing in the file, you can just delete the entire file. But if there are other things there you should edit it, and it'd be best to fix its ownership first.
Fixing file ownership: You can take ownership of the file with:
```
sudo chown "$UID" ~/.zshrc
```
...but there might be other files with the same problem, so I'd recommend running `ls -l ~` to list all the files in your home folder, and apply that fix to any others that aren't owned by you. For folders, use `sudo chown -R "$UID" ~/foldername` to get their contents as well.
BTW, the ownership problem is likely a result of some installer or setup script running as root (i.e. with `sudo`) rather than under your user ID, and therefore creating files owned by root rather than you.
Oh, and about that `/etc/paths.d/100-rvictl` file: it looks like you double-clicked it, which tried to run it as a script, which didn't really work (it's not a script). But from the contents, it's not related and shouldn't be a problem.
[Share](https://superuser.com/a/1674643 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/1674643/edit)
Follow
Follow this answer to receive notifications
answered Sep 6, 2021 at 18:31
[](https://superuser.com/users/7778/gordon-davisson)
[Gordon Davisson](https://superuser.com/users/7778/gordon-davisson)Gordon Davisson
36k55 gold badges7070 silver badges7474 bronze badges
2
- This is really helpful, thanks. I deleted what I found in the '.zshrc'file but the it hasn't solved the path problem yet. I have found more "condo initialise" sections in 2 other files '.xonshrc' and '.tcshrc'. They are also locked but I guess I can solve this by using the 'sudo chown -R "\$UID" ~/foldername' command to own them. The "condo initialise" sections are their only contents, should I delete them or do you recommend to just edit the sections out of them?
– [Mahmoud Hosny](https://superuser.com/users/1514458/mahmoud-hosny "11 reputation")
[Commented Sep 8, 2021 at 7:03](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling#comment2568858_1674643)
- If that's all that's in them, just delete them. Those are initialization files for other shells. Apparently the Anaconda installer put them there just in case you happen to use those shells -- but you don't, so they're doubly irrelevant.
– [Gordon Davisson](https://superuser.com/users/7778/gordon-davisson "35,997 reputation")
[Commented Sep 8, 2021 at 7:06](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling#comment2568859_1674643)
[Add a comment](https://superuser.com/questions/1674450/path-still-affected-by-anaconda-after-uninstalling "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
## You must [log in](https://superuser.com/users/login?ssrc=question_page&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F1674450) to answer this question.
Start asking to get answers
Find the answer to your question by asking.
[Ask question](https://superuser.com/questions/ask)
Explore related questions
- [macos](https://superuser.com/questions/tagged/macos "show questions tagged 'macos'")
- [bash](https://superuser.com/questions/tagged/bash "show questions tagged 'bash'")
- [terminal](https://superuser.com/questions/tagged/terminal "show questions tagged 'terminal'")
- [python](https://superuser.com/questions/tagged/python "show questions tagged 'python'")
- [path](https://superuser.com/questions/tagged/path "show questions tagged 'path'")
See similar questions with these tags.
- Featured on Meta
- [Community Asks Sprint Announcement - June 2025](https://meta.stackexchange.com/questions/410718/community-asks-sprint-announcement-june-2025?cb=1)
- [Thoughts on the future of Stack Exchange site customisation](https://meta.stackexchange.com/questions/410456/thoughts-on-the-future-of-stack-exchange-site-customisation?cb=1)
#### Related
[1](https://superuser.com/questions/244953/strange-character-in-my-path-var?rq=1 "Question score (upvotes - downvotes)")
[strange character in my \$PATH var](https://superuser.com/questions/244953/strange-character-in-my-path-var?rq=1)
[1](https://superuser.com/questions/414792/to-set-path-on-os-x-when-export-path-dont-work?rq=1 "Question score (upvotes - downvotes)")
[To set PATH on OS X when export PATH= don't work](https://superuser.com/questions/414792/to-set-path-on-os-x-when-export-path-dont-work?rq=1)
[0](https://superuser.com/questions/444591/need-help-cleaning-out-my-path-variable-in-mac?rq=1 "Question score (upvotes - downvotes)")
[need help cleaning out my Path Variable in Mac](https://superuser.com/questions/444591/need-help-cleaning-out-my-path-variable-in-mac?rq=1)
[3](https://superuser.com/questions/857007/how-to-delete-old-path-echo-in-mac?rq=1 "Question score (upvotes - downvotes)")
[How to delete old \$PATH echo in Mac](https://superuser.com/questions/857007/how-to-delete-old-path-echo-in-mac?rq=1)
[15](https://superuser.com/questions/915810/pip-not-working-on-hombrew-python-2-7-install?rq=1 "Question score (upvotes - downvotes)")
[pip not working on hombrew python 2.7 install](https://superuser.com/questions/915810/pip-not-working-on-hombrew-python-2-7-install?rq=1)
[0](https://superuser.com/questions/1789520/how-to-remove-anaconda-path?rq=1 "Question score (upvotes - downvotes)")
[How to remove Anaconda PATH?](https://superuser.com/questions/1789520/how-to-remove-anaconda-path?rq=1)
#### [Hot Network Questions](https://stackexchange.com/questions?tab=hot)
- [What statistical model is appropriate for a mixed design with ordinal, continuous, and discrete outcomes?](https://stats.stackexchange.com/questions/667935/what-statistical-model-is-appropriate-for-a-mixed-design-with-ordinal-continuou)
- [Why do some clinical studies report statistically significant results with small sample sizes?](https://stats.stackexchange.com/questions/667890/why-do-some-clinical-studies-report-statistically-significant-results-with-small)
- [Ephesians 2:10 what are good works does prepared in advance mean? Is there a divine sovereign exact plan for us - a kind of fatalism?](https://hermeneutics.stackexchange.com/questions/106221/ephesians-210-what-are-good-works-does-prepared-in-advance-mean-is-there-a-div)
- [How to find numbers in textfile they are not divisible by 4096 and round them up and write the file new](https://unix.stackexchange.com/questions/797104/how-to-find-numbers-in-textfile-they-are-not-divisible-by-4096-and-round-them-up)
- [Do you have a copy of my 1987 letter to Waldhausen?](https://mathoverflow.net/questions/496155/do-you-have-a-copy-of-my-1987-letter-to-waldhausen)
- [Why doesn’t abcde rip track metadata automatically?](https://superuser.com/questions/1905347/why-doesn-t-abcde-rip-track-metadata-automatically)
- [Can these two Technic Rotation Joint Ball pieces be separated?](https://bricks.stackexchange.com/questions/19155/can-these-two-technic-rotation-joint-ball-pieces-be-separated)
- [Are cover letters for academic journal submissions still read or are they now just a formality?](https://academia.stackexchange.com/questions/219910/are-cover-letters-for-academic-journal-submissions-still-read-or-are-they-now-ju)
- [Why would giant snails remain a constant problem for Medieval Europe?](https://worldbuilding.stackexchange.com/questions/267883/why-would-giant-snails-remain-a-constant-problem-for-medieval-europe)
- [What is the meaning of “so und so”](https://german.stackexchange.com/questions/80346/what-is-the-meaning-of-so-und-so)
- [What is the official name for the bʱ and v distinction?](https://linguistics.stackexchange.com/questions/51105/what-is-the-official-name-for-the-b%CA%B1-and-v-distinction)
- [MariaDB 10.5 Migration Questions](https://dba.stackexchange.com/questions/346932/mariadb-10-5-migration-questions)
- [Star-shaped screw holes - what is the purpose of this shape?](https://diy.stackexchange.com/questions/319782/star-shaped-screw-holes-what-is-the-purpose-of-this-shape)
- [How do I include enumerate within a tabular environment?](https://tex.stackexchange.com/questions/746307/how-do-i-include-enumerate-within-a-tabular-environment)
- [I am puzzled about the glyph origin of 虹](https://chinese.stackexchange.com/questions/61278/i-am-puzzled-about-the-glyph-origin-of-%E8%99%B9)
- [Movie name: crew is supposed to be closed on capsule on Earth testing long time space travel but weird things happen And they question where they are](https://scifi.stackexchange.com/questions/297216/movie-name-crew-is-supposed-to-be-closed-on-capsule-on-earth-testing-long-time)
- [Vampire Movie Title (Possibly 90s-2000s)](https://movies.stackexchange.com/questions/127531/vampire-movie-title-possibly-90s-2000s)
- [Combining non-significant categories makes them significant?](https://stats.stackexchange.com/questions/667905/combining-non-significant-categories-makes-them-significant)
- [Relay seeming to weld/unweld randomly (and continuing to click when "welded")](https://electronics.stackexchange.com/questions/750082/relay-seeming-to-weld-unweld-randomly-and-continuing-to-click-when-welded)
- [Mathematical notation for transformation of variables](https://math.stackexchange.com/questions/5075831/mathematical-notation-for-transformation-of-variables)
- [Restore PostgreSQL database from linux to MacOS with utf8 collated columns](https://dba.stackexchange.com/questions/346940/restore-postgresql-database-from-linux-to-macos-with-utf8-collated-columns)
- [Would it be valid if the domain of discourse be part of a conditional statement?](https://philosophy.stackexchange.com/questions/128080/would-it-be-valid-if-the-domain-of-discourse-be-part-of-a-conditional-statement)
- [How to avoid this kind of worms/bugs on apples?](https://gardening.stackexchange.com/questions/70045/how-to-avoid-this-kind-of-worms-bugs-on-apples)
- [xcolor and missing zero errors in TikZ](https://tex.stackexchange.com/questions/746335/xcolor-and-missing-zero-errors-in-tikz)
[Question feed](https://superuser.com/feeds/question/1674450 "Feed of this question and its answers")
# Subscribe to RSS
Question feed
To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

lang-bash
# Why are you flagging this comment?
It contains harrassment, bigotry or abuse.
This comment attacks a person or group. Learn more in our [Code of Conduct](https://superuser.com/conduct/abusive-behavior).
It's unfriendly or unkind.
This comment is rude or condescending. Learn more in our [Code of Conduct](https://superuser.com/conduct/abusive-behavior).
Not needed.
This comment is not relevant to the post.
```
```
Enter at least 6 characters
Something else.
A problem not listed above. Try to be as specific as possible.
```
```
Enter at least 6 characters
Flag comment
Cancel
You have 0 flags left today
##### [Super User](https://superuser.com/)
- [Tour](https://superuser.com/tour)
- [Help](https://superuser.com/help)
- [Chat](https://chat.stackexchange.com/?tab=site&host=superuser.com)
- [Contact](https://superuser.com/contact)
- [Feedback](https://meta.superuser.com/)
##### [Company](https://stackoverflow.co/)
- [Stack Overflow](https://stackoverflow.com/)
- [Teams](https://stackoverflow.co/teams/)
- [Advertising](https://stackoverflow.co/advertising/)
- [Talent](https://stackoverflow.co/advertising/employer-branding/)
- [About](https://stackoverflow.co/)
- [Press](https://stackoverflow.co/company/press/)
- [Legal](https://stackoverflow.com/legal)
- [Privacy Policy](https://stackoverflow.com/legal/privacy-policy)
- [Terms of Service](https://stackoverflow.com/legal/terms-of-service/public)
- Cookie Settings
- [Cookie Policy](https://stackoverflow.com/legal/cookie-policy)
##### [Stack Exchange Network](https://stackexchange.com/)
- [Technology](https://stackexchange.com/sites#technology)
- [Culture & recreation](https://stackexchange.com/sites#culturerecreation)
- [Life & arts](https://stackexchange.com/sites#lifearts)
- [Science](https://stackexchange.com/sites#science)
- [Professional](https://stackexchange.com/sites#professional)
- [Business](https://stackexchange.com/sites#business)
- [API](https://api.stackexchange.com/)
- [Data](https://data.stackexchange.com/)
- [Blog](https://stackoverflow.blog/?blb=1)
- [Facebook](https://www.facebook.com/officialstackoverflow/)
- [Twitter](https://twitter.com/stackoverflow)
- [LinkedIn](https://linkedin.com/company/stack-overflow)
- [Instagram](https://www.instagram.com/thestackoverflow)
Site design / logo © 2025 Stack Exchange Inc; user contributions licensed under [CC BY-SA](https://stackoverflow.com/help/licensing) . rev 2025.6.17.29479 |
| Readable Markdown | null |
| Shard | 122 (laksa) |
| Root Hash | 3131140398176769522 |
| Unparsed URL | com,superuser!/questions/1674450/path-still-affected-by-anaconda-after-uninstalling s443 |