You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add the following points to your tutorial to make it easier to follow:
Old:
pkg install linux-miniconda-installer
miniconda-installer
New:
pkg install linux-miniconda-installer
conda-shell
miniconda-installer
At no point do you instruct to move dummy-uvm.so to LD_PRELOAD=${BASE_PATH}/dummy-uvm.so
Can be understood by context when needing it but you could add a line for it (:
source ${BASE_PATH}/etc/profile.d/conda.sh
should be
source ${BASE_PATH}/conda/etc/profile.d/conda.sh
The text was updated successfully, but these errors were encountered:
Hi! Thanks for your hard work.
Could you add the following points to your tutorial to make it easier to follow:
Old:
pkg install linux-miniconda-installer
miniconda-installer
New:
pkg install linux-miniconda-installer
conda-shell
miniconda-installer
At no point do you instruct to move dummy-uvm.so to LD_PRELOAD=${BASE_PATH}/dummy-uvm.so
Can be understood by context when needing it but you could add a line for it (:
source ${BASE_PATH}/etc/profile.d/conda.sh
should be
source ${BASE_PATH}/conda/etc/profile.d/conda.sh
The text was updated successfully, but these errors were encountered: