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
Edge case: If user define alias or load some module in thier .bashrc, the sub-shell here will behave differently and might cause problem.
For example, define alias python='python3'.
Compare to ./configure.py before, I'm not sure which one will be better.
Just put an edge case out.
I think that user will need to modify their python path at some place eventually. Similiar problem apply to all of the generate_make.sh.
Edge case: If user define
alias
or load some module in thier.bashrc
, the sub-shell here will behave differently and might cause problem.For example, define
alias python='python3'
.Compare to
./configure.py
before, I'm not sure which one will be better.Just put an edge case out.
I think that user will need to modify their python path at some place eventually. Similiar problem apply to all of the
generate_make.sh
.Originally posted by @technic960183 in #357 (comment)
The text was updated successfully, but these errors were encountered: