You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
Verify that you can still reproduce the issue at hand
Comment that the issue is still reproducible and include:
- What OS and version you reproduced the issue on
- What steps you followed to reproduce the issue
NOTE: If this issue was closed prematurely, please leave a comment.
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: