TheAssassin
TheAssassin
@niess mind to send us a PR? I mean, as long as only the shebang is modified, it won't break anything. The recommended way is to avoid relying on shebangs,...
Good idea. Right now, we're downloading some "miniconda v3 latest" script. Any idea how we could request a version explicitly?
Miniconda's version script differs from Python's. See https://repo.continuum.io/miniconda/.
I see. I will test a bit. Shall we recognize and support Python 2 as well?
My idea was to download the Python 2 miniconda script if the version begins with `2`, and if it's exactly `2` just use the latest, otherwise install a version explicitly.
Let's first focus on the Python 3 aspects.
Tested adding a call like `conda install python=`. This doesn't "just work" with older versions like 3.4: ``` Warning: 'conda-forge' already in 'channels' list, moving to the top Solving environment:...
Define "main application". There is no such concept in this tool. Git hashes are IMO not a version scheme. Old versions may show up above newer versions etc...
Anything like that is out of scope of the plugin, as it's handled on a higher level. Just `export VERSION` as you like in your script. You can just set...
What "git string"? Why should git have anything to do with this? Who even _wants_ git hashes as versioning scheme?