jeremycherfas
jeremycherfas
Squeezed by anaconda jeremycherfas.net
|
Embed
Progress spinner
cn
cn

@jeremycherfas how exactly does something for python 🐍 break Perl? (Presuming your stats script is camel 🐪 based.)

|
Embed
Progress spinner
fgtech
fgtech

@jeremycherfas My condolences. The connection might very well be that something messed around with paths so that specific libraries would be found first in a path search. Such tricks are common ways for Python developers to set up their environments.

|
Embed
Progress spinner
jeremycherfas
jeremycherfas

@cn in my (limited) understanding, Anaconda sets up an environment that overrides my original $PATH. More than that I cannot say. I’d love to be able to persuade Anaconda to stop doing that unless asked to.

|
Embed
Progress spinner
jeremycherfas
jeremycherfas

@fgtech Thanks. That certainly seems correct, though it does seem a little rude.

|
Embed
Progress spinner
fgtech
fgtech

@jeremycherfas Yes, it’s totally rude to do that without warning. For Python, it’s a workaround that solves other thorny problems. It’s been a while since I’ve had to deal with those but hopefully the migration to Python 3 will smooth out many of those kinks.

|
Embed
Progress spinner
In reply to
cn
cn

@jeremycherfas I would be looking for the most recently changed dot–files in my $HOME

$ ls -alrt ~ | tail

|
Embed
Progress spinner