added local vs code startup
This commit is contained in:
2
code
Normal file
2
code
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
/photonics/home/gac-bernina/VSCode-linux-x64/code --no-sandbox
|
||||
12
eco-notlazy
Executable file
12
eco-notlazy
Executable file
@@ -0,0 +1,12 @@
|
||||
#/bin/bash
|
||||
#source /opt/gfa/python
|
||||
|
||||
default=bernina37
|
||||
dest=${1:-$default}
|
||||
source anaconda_env $dest
|
||||
|
||||
ipython --pylab --profile=eco --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline.py -s bernina"
|
||||
|
||||
|
||||
#python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l
|
||||
|
||||
Reference in New Issue
Block a user