Skip to content
Snippets Groups Projects
Commit f87447a6 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Add link pip to pip3

parent 041645dc
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ class PythonConan(ConanFile):
env_build = self._build_configure()
env_build.install()
os.symlink('python3', os.path.join(self.package_folder, 'bin', 'python'))
os.symlink('pip3', os.path.join(self.package_folder, 'bin', 'pip'))
def package_info(self):
self.cpp_info.libs = tools.collect_libs(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment