Commit 04278546 authored by Bruno's avatar Bruno

Merge pull request #149 from vincentjames501/master

Allowing arguments to be passed to _python
parents c4aaa903 955c8771
# Use python2 if found, otherwise fallback to python.
function _python
if which python2
python2
python2 $argv
else
python
python $argv
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment