Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single file version doesn't work when only python3 is installed #30

Open
grzanka opened this issue Sep 20, 2016 · 0 comments
Open

Single file version doesn't work when only python3 is installed #30

grzanka opened this issue Sep 20, 2016 · 0 comments

Comments

@grzanka
Copy link
Collaborator

grzanka commented Sep 20, 2016

root@1ede2f6a2773:/# wget https://github.com/DataMedSci/mcpartools/releases/download/v0.1.4/generatemc.pyz -O generatemc
(...)
2016-09-20 11:30:34 (156 KB/s) - 'generatemc' saved [37191/37191]

root@1ede2f6a2773:/# chmod ugo+x generatemc
root@1ede2f6a2773:/# ./generatemc --version
/usr/bin/env: 'python': No such file or directory
root@1ede2f6a2773:/# python3 -V
Python 3.5.2
root@1ede2f6a2773:/# python -V 
bash: python: command not found

Tested on Ubuntu 16.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants