Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
Line 116: | Line 116: | ||
which tac | which tac | ||
/opt/local/libexec/gnubin/tac | /opt/local/libexec/gnubin/tac | ||
+ | cd /opt/local/bin | ||
+ | sudo ln -s python2.7 python2 | ||
+ | sudo ln -s python3.7 python3 | ||
+ | python2 --version | ||
+ | Python 2.7.16 | ||
+ | python3 --version | ||
+ | Python 3.7.2 | ||
</source> | </source> | ||