Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Linux Installation warning that dotnet version is wrong #9

Closed
knoxyca opened this issue Jul 2, 2017 · 2 comments
Closed

Linux Installation warning that dotnet version is wrong #9

knoxyca opened this issue Jul 2, 2017 · 2 comments

Comments

@knoxyca
Copy link

knoxyca commented Jul 2, 2017

Install script failing in multiple ways on Linux.

Having the latest dotnet isntalled, gives an error that you're not on the expected version.

PS /home/corbob/Jupyter-PowerShell> ./Install.ps1 -KernelFolder ~/.jupyter/kernel                                                                                        
WARNING: 
            The currently installed 'dotnet' (.NET Command Line Tools) is not the expected version.

            Installed version: 2.0.0-preview2-006127
            Expected version: 2.0.0-preview1-005977

            If your version is older, you PROBABLY cannot run the 'PowerShell (Core)' kernel.

            Get the latest version from https://www.microsoft.com/net/core/preview
            

            
/usr/bin/mkdir: invalid option -- 'P'
Try '/usr/bin/mkdir --help' for more information.

This doesn't seem to stop the installation, but it is a warning that comes up.

@Jaykul
Copy link
Owner

Jaykul commented Jul 3, 2017

Yeah. Preview2 just came out last week...

I'll upgrade my dev box to Preview2 tonight and change that warning to be the other way around ...

@Jaykul Jaykul closed this as completed in 6eef535 Jul 3, 2017
@Jaykul
Copy link
Owner

Jaykul commented Jul 3, 2017

I'm closing this -- the mkdir error was handled elsewhere, and this warning is going to stick around -- the new "semantic" versions are nigh impossible to compare.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant