We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While migrating conda environments from Oracle Linux 7 to Oracle Linux 8, we hit the following error:
./conda-unpack env: 'python': No such file or directory
The generated conda-unpack script uses the following shebang #!/usr/bin/env python Linux distributions discourage the use the unversioned python.
#!/usr/bin/env python
Could we generate the conda-unpack script to use the following shebang ?
#!/usr/bin/env python3
which is a standard way to do it
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
What happened?
While migrating conda environments from Oracle Linux 7 to Oracle Linux 8, we hit the following error:
./conda-unpack env: 'python': No such file or directory
The generated conda-unpack script uses the following shebang
#!/usr/bin/env python
Linux distributions discourage the use the unversioned python.Could we generate the conda-unpack script to use the following shebang ?
#!/usr/bin/env python3
which is a standard way to do it
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: