Checklist
What is the idea?
This feature allows to install anaconda in an external drive which name happens to contain a space.
Actual jupyter-mac.commad is
#!/bin/bash
DIR=$(dirname $0)
$DIR/jupyter-notebook
desired
#!/bin/bash
DIR=$(dirname "$0")
"$DIR"/jupyter-notebook
Why is this needed
No response
What should happen?
No response
Additional Context
No response
Checklist
type-featuretag)What is the idea?
This feature allows to install anaconda in an external drive which name happens to contain a space.
Actual
jupyter-mac.commadisdesired
Why is this needed
No response
What should happen?
No response
Additional Context
No response