Installation path conflict to different versions of python
machinatoonist opened this issue · 2 comments
machinatoonist commented
I ran this script on Paperspace and duplicated what was demonstrated on the video. As a previous user of Paperspace running python3.9 this is aliased in the .bashrc file in the root directory as:
alias python=python3.9
alias python3=python3.9
But when running mambai install fastai
or pipi install universal-ctags
these are now installed in /.local/lib/python3.7/site-packages
instead of /.local/lib/python3.9/site-packages
jph00 commented
Yes the image paperspace is using is a mess. I've asked them if we can take over managing it.
The issue is that notebooks are running on python 3.7. The alias they've set is just messing python in the terminal up.
jph00 commented
(BTW this stuff is best discussed on the forum.)