rover 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rover.rb +3 -0
- metadata +1 -1
data/lib/rover.rb
CHANGED
|
@@ -161,6 +161,9 @@ class Rover
|
|
|
161
161
|
puts "\n\n"
|
|
162
162
|
end
|
|
163
163
|
|
|
164
|
+
puts "If you are using a Python project please add the following lines to a .env file in the project's root directory".colorize( :color => :white, :background => :blue )
|
|
165
|
+
puts "PATH=#{@start_directory}/.python/bin:$PATH".colorize( :color => :red).underline
|
|
166
|
+
puts "PYTHONPATH=''".colorize( :color => :red).underline
|
|
164
167
|
puts "Finished attempting to install config files. Moving back to the starting directory".colorize( :color => :white, :background => :blue )
|
|
165
168
|
|
|
166
169
|
change_dir(@start_directory)
|