-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
allow specifying path to python #38
Comments
There are also different versions of easy_install for each installation. They need to be changed at the same time. |
Ahha, good call.. How about some flags like
? |
Should work... Though these seem like things more suited for an rc file, as they are likely to be relatively static things. I would probably use the exact same settings during every run on a build server, as a for instance. Course, you should still have command line options for the rc variables. |
sounds good to me. I'll work on a .fpmrc (also a flag to let you specify path to one if you don't want the default of $HOME/.fpmrc) |
#39 filed to track fpmrc. |
change d37c5fc implements the flags:
|
fpm 0.2.27 |
--python-bin - path to the python binary you want to run --python-easyinstall - path to the easy_install script you want to use jordansissel#38
--python-bin - path to the python binary you want to run --python-easyinstall - path to the easy_install script you want to use jordansissel#38
--python-bin - path to the python binary you want to run --python-easyinstall - path to the easy_install script you want to use #38
--python-bin - path to the python binary you want to run --python-easyinstall - path to the easy_install script you want to use #38
Sometimes 'python' is the wrong python, maybe it's python27, or /opt/foo/bar/python3
The text was updated successfully, but these errors were encountered: