BookRecognitionKz / install-on-remote.md
BMukhtar's picture
latest
e4045bf
|
raw
history blame
No virus
2.75 kB
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh"
bash Miniforge3-Linux-x86_64.sh

scp -r ./BookRecognitionKz vps4@89.250.84.146:~/dsml/BookRecognitionKz -p 1025

Result:

Transaction finished

To activate this environment, use:

micromamba activate /home/vps4/miniforge3

Or to execute a single command in this environment, use:

micromamba run -p /home/vps4/miniforge3 mycommand

installation finished. Do you wish to update your shell profile to automatically initialize conda? This will activate conda on startup and change the command prompt when activated. If you'd prefer that conda's base environment not be activated on startup, run the following command when conda is activated:

conda config --set auto_activate_base false

You can undo this by running conda init --reverse $SHELL? [yes|no] [no] >>> yes no change /home/vps4/miniforge3/condabin/conda no change /home/vps4/miniforge3/bin/conda no change /home/vps4/miniforge3/bin/conda-env no change /home/vps4/miniforge3/bin/activate no change /home/vps4/miniforge3/bin/deactivate no change /home/vps4/miniforge3/etc/profile.d/conda.sh no change /home/vps4/miniforge3/etc/fish/conf.d/conda.fish no change /home/vps4/miniforge3/shell/condabin/Conda.psm1 no change /home/vps4/miniforge3/shell/condabin/conda-hook.ps1 no change /home/vps4/miniforge3/lib/python3.10/site-packages/xontrib/conda.xsh no change /home/vps4/miniforge3/etc/profile.d/conda.csh modified /home/vps4/.bashrc

==> For changes to take effect, close and re-open your current shell. <==

/home/vps4/miniforge3/lib/python3.10/site-packages/mamba/mamba.py:889: DeprecationWarning: conda.cli.main.generate_parser is deprecated and will be removed in 24.9. Use conda.cli.conda_argparse.generate_parser instead. p = generate_parser() no change /home/vps4/miniforge3/condabin/conda no change /home/vps4/miniforge3/bin/conda no change /home/vps4/miniforge3/bin/conda-env no change /home/vps4/miniforge3/bin/activate no change /home/vps4/miniforge3/bin/deactivate no change /home/vps4/miniforge3/etc/profile.d/conda.sh no change /home/vps4/miniforge3/etc/fish/conf.d/conda.fish no change /home/vps4/miniforge3/shell/condabin/Conda.psm1 no change /home/vps4/miniforge3/shell/condabin/conda-hook.ps1 no change /home/vps4/miniforge3/lib/python3.10/site-packages/xontrib/conda.xsh no change /home/vps4/miniforge3/etc/profile.d/conda.csh no change /home/vps4/.bashrc No action taken. Added mamba to /home/vps4/.bashrc

==> For changes to take effect, close and re-open your current shell. <==

Thank you for installing Miniforge3! [/home/vps4/miniforge3]