-
Notifications
You must be signed in to change notification settings - Fork 1.1k
pyinstaller support added to PipEnv #19030
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
base: develop2
Are you sure you want to change the base?
pyinstaller support added to PipEnv #19030
Conversation
237122f
to
0501a01
Compare
0501a01
to
57efa02
Compare
env.prepend_path("PATH", self.bin_dir) | ||
env.vars(self._conanfile).save_script(self.env_name) | ||
|
||
def _create_venv(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about relying on a user configuration pointing to the python interpreter when not found in path?
"tools.system.package_manager:mode": "Mode for package_manager tools: 'check', 'report', 'report-installed' or 'install'", | ||
"tools.system.package_manager:sudo": "Use 'sudo' when invoking the package manager tools in Linux (False by default)", | ||
"tools.system.package_manager:sudo_askpass": "Use the '-A' argument if using sudo in Linux to invoke the system package manager (False by default)", | ||
"tools.system.pip_manager:python_interpreter": "Path to the Python interpreter to be used to create the virtualenv", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"tools.system.pip_manager:python_interpreter": "Path to the Python interpreter to be used to create the virtualenv", | |
"tools.system.pipenv:python_interpreter": "Path to the Python interpreter to be used to create the virtualenv", |
what about tools.system.pipenv:python_interpreter
?
Changelog: (Feature | Fix | Bugfix): TODO
Docs: TODO
develop
branch, documenting this one.