pinokiod 3.19.39 → 3.19.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/kernel/shell.js +1 -1
  2. package/package.json +1 -1
package/kernel/shell.js CHANGED
@@ -638,7 +638,7 @@ class Shell {
638
638
  conda_hook () {
639
639
  if (this.platform === "win32") {
640
640
  if (/bash/i.test(this.shell)) {
641
- return "source conda.sh"
641
+ return "source /c/pinokio/bin/miniconda/etc/profile.d/conda.sh"
642
642
  } else {
643
643
  return "conda_hook"
644
644
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.19.39",
3
+ "version": "3.19.40",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {