# skills > When the user asks you to setup python environment for satImgViewer, you should follow these steps: 1. Use conda to activate the environment 'satImgLib' 2. Run the command you suggest in the terminal 3. Notice the run environment is 'satImgLib' and in windows environment, you cannot use && to run multiple commands in one line. But you can use & to run multiple commands in one line. - Author: hxie13 - Repository: hxie13/satImgViewer - Version: 20260207134031 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/hxie13/satImgViewer - Web: https://mule.run/skillshub/@@hxie13/satImgViewer~skills:20260207134031 --- --- name:python environment setup description:setup python environment for satImgViewer --- # Python Skill Instruction When the user asks you to setup python environment for satImgViewer, you should follow these steps: 1. Use conda to activate the environment 'satImgLib' 2. Run the command you suggest in the terminal 3. Notice the run environment is 'satImgLib' and in windows environment, you cannot use && to run multiple commands in one line. But you can use & to run multiple commands in one line.