@robotical/martyblocks 1.3.0 → 1.3.5
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.
|
File without changes
|
package/martyBlocksCliProfile
CHANGED
|
@@ -8,7 +8,7 @@ export vm_original=$MBHome/scratch-vm
|
|
|
8
8
|
export gui_original=$MBHome/scratch-gui
|
|
9
9
|
alias cdhome='cd $MBHome'
|
|
10
10
|
alias sourceMBProf='cdhome && source martyBlocksCliProfile'
|
|
11
|
-
|
|
11
|
+
export PATH=$(pyenv root)/shims:$PATH
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
##################### Steps to set up the project #######################
|