Skip to content

Commit 8de95e5

Browse files
committed
added a single word to a comment
BHoMBot, please just run the installer check :P
1 parent 5382f82 commit 8de95e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python_Engine/Compute/VirtualEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static PythonEnvironment VirtualEnvironment(this PythonVersion version, s
108108
StartInfo = new ProcessStartInfo()
109109
{
110110
FileName = targetExecutable,
111-
Arguments = $"-m ipykernel install --name={name} --user", //--user adds the kernel to %appdata%/jupyter/kernels, rather than the virtualenv/share/jupyter/kernels
111+
Arguments = $"-m ipykernel install --name={name} --user", //--user adds the kernel to %appdata%/jupyter/kernels, rather than to the virtualenv/share/jupyter/kernels
112112
RedirectStandardError = true,
113113
UseShellExecute = false,
114114
}

0 commit comments

Comments
 (0)