Open colearendt opened 3 years ago
--transform
takes a sed
pattern, so:
$ tar -zt -f python-3.8.9-ubuntu-2004.tar.gz --show-transformed-names --transform='s/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+/jupyter/' | head
jupyter/
jupyter/bin/
jupyter/bin/pip
jupyter/bin/2to3
jupyter/bin/iptest3
jupyter/bin/2to3-3.8
jupyter/bin/pygmentize
jupyter/bin/ipython3
jupyter/bin/ipython
jupyter/bin/pydoc3.8
This is a bit of an admittedly strange question forced by circumstance:
/opt/python/jupyter
, then, is a nice pattern for setting up the IDE to use either local sessions or remote, different python versions, and allowing for different jupyter "kernels" to be registeredAs a result, is it possible to unpack a python build at
/opt/python/jupyter
?